2014-10-16 20:06:56 +00:00
|
|
|
<?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" />
|
|
|
|
|
2013-05-27 18:48:31 +00:00
|
|
|
</shape>
|