tt-rss-android/org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml
2014-10-17 00:17:34 +04:00

12 lines
355 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@color/unread_counter_background_sepia" />
<corners
android:bottomLeftRadius="4dp"
android:bottomRightRadius="4dp"
android:topLeftRadius="4dp"
android:topRightRadius="4dp" />
</shape>