tt-rss-android/res/drawable/headline_row_unread_sepia.xml
Andrew Dolgov 92d63150a0 sepia theme fixes; update overflow icons to use modern holo style;
enable overflow icons for feed items
2013-09-09 13:34:53 +04:00

19 lines
521 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle" >
<solid android:color="#d0d0d0" />
<corners android:radius="2dp"/>
</shape>
</item>
<item
android:bottom="2dp">
<shape android:shape="rectangle" >
<solid android:color="#ffffff" />
<corners android:radius="2dp"/>
</shape>
</item>
</layer-list>