summaryrefslogtreecommitdiff
path: root/res/drawable/headline_row_selected_light.xml
blob: 55e4bc54a3eb98089b9dcd4d6f22a66a68eeffdf (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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"/>
    <item android:drawable="@drawable/shadow"/>
    <item><bitmap
    	xmlns:android="http://schemas.android.com/apk/res/android"
    	android:src="@drawable/arrowhead_light"
    	android:gravity="center_vertical|right" /></item> 
    
</layer-list>