2012-06-22 08:21:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item android:drawable="@color/ics_cyan"/>
|
|
|
|
|
2013-05-18 09:35:12 +00:00
|
|
|
<item android:drawable="@drawable/shadow"/>
|
|
|
|
|
2012-06-22 08:21:32 +00:00
|
|
|
<item><bitmap
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:src="@drawable/arrowhead_dark"
|
|
|
|
android:gravity="center_vertical|right" /></item>
|
|
|
|
|
|
|
|
</layer-list>
|