summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable/counter_background_sepia.xml
blob: daebd4940e5e252e0278365e71684af394c86431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>