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