summaryrefslogtreecommitdiff
path: root/res/drawable/headline_row_unread_gray.xml
blob: cbaaed86156e35622ce3ab804338eb1005e0b2b0 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item android:drawable="@color/headline_row_unread_gray"/>
    <item android:drawable="@drawable/shadow"/>
    
</layer-list>