2017-02-01 00:42:05 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
2017-02-16 19:52:55 +01:00
|
|
|
<solid android:color="#ff4f575f" />
|
2017-02-01 00:42:05 +01:00
|
|
|
<corners android:radius="2dp" />
|
|
|
|
</shape>
|