parent
8aa241e9b4
commit
2e6192f967
@ -1,13 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/grey_100" />
|
<solid android:color="@color/grey_100" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
||||||
</item>
|
</item>
|
||||||
<item android:top="2dp" >
|
<item android:top="2dp" >
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/black_800" />
|
<solid android:color="@color/black_800" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
Loading…
Reference in new issue