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