2015-05-22 20:59:49 +06:00
|
|
|
<?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
|
2015-05-25 02:52:29 +07:00
|
|
|
android:width="2dp" />
|
2015-05-22 20:59:49 +06:00
|
|
|
|
|
|
|
<padding
|
|
|
|
android:bottom="2dp"
|
|
|
|
android:left="2dp"
|
|
|
|
android:right="2dp"
|
|
|
|
android:top="2dp" />
|
|
|
|
|
2015-05-19 10:42:14 +01:00
|
|
|
</shape>
|