8 lines
338 B
XML
8 lines
338 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<stroke android:width="2dp" android:color="#ee777777" />
|
||
|
<solid android:color="#ee444444"/>
|
||
|
<padding android:left="20dp" android:top="2dp"
|
||
|
android:right="20dp" android:bottom="2dp" />
|
||
|
<corners android:radius="5dp" />
|
||
|
</shape>
|