2013-02-01 23:59:02 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle" >
|
2013-02-02 23:36:00 +01:00
|
|
|
<solid android:color="#F0BABABA" />
|
2013-02-01 23:59:02 +01:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
<item android:top="1dp">
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<solid android:color="#D2D2D2" />
|
|
|
|
</shape>
|
|
|
|
</item>
|
2013-02-02 23:36:00 +01:00
|
|
|
<item android:top="2dp">
|
2013-02-01 23:59:02 +01:00
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<solid android:color="@color/overlay_light" />
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|