2014-03-17 23:25:09 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle">
|
2015-01-20 21:26:58 -10:00
|
|
|
<solid android:color="#22000000" />
|
2014-03-17 23:25:09 -07:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
2015-01-20 21:26:58 -10:00
|
|
|
<item android:top="1px">
|
2014-03-17 23:25:09 -07:00
|
|
|
<shape
|
|
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="@color/white" />
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|