13 lines
372 B
XML
13 lines
372 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<!-- "background shadow" -->
|
||
|
<item android:drawable="@drawable/shadow"/>
|
||
|
<item
|
||
|
android:bottom="1dp"
|
||
|
android:left="1dp"
|
||
|
android:right="1dp"
|
||
|
android:top="1dp"
|
||
|
android:drawable="@drawable/gray"/>
|
||
|
|
||
|
</layer-list>
|