6 lines
299 B
XML
6 lines
299 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#f0ffffff"/>
|
|
<stroke android:width="1dp" color="#a00080ff"/>
|
|
<padding android:left="5dp" android:top="0dp" android:right="5dp" android:bottom="1dp"/>
|
|
</shape>
|