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/headline_row_selected_light"/>
|
2012-06-22 18:01:38 +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_light"
|
|
|
|
android:gravity="center_vertical|right" /></item>
|
|
|
|
|
|
|
|
</layer-list>
|