16 lines
No EOL
357 B
XML
16 lines
No EOL
357 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle" >
|
|
|
|
<solid android:color="#805fd1e2"/>
|
|
|
|
<stroke
|
|
android:width="2dp" />
|
|
|
|
<padding
|
|
android:bottom="2dp"
|
|
android:left="2dp"
|
|
android:right="2dp"
|
|
android:top="2dp" />
|
|
|
|
</shape> |