summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable/shadow_headlines_gray.xml
blob: 35167a924281366ccaf1e621d5113c14778aa0a2 (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/feeds_dark_gray"/>
    <item android:drawable="@drawable/shadow"/>
    
</layer-list>