12 lines
375 B
XML
12 lines
375 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_selected_light" />
|
||
|
|
||
|
<corners
|
||
|
android:bottomLeftRadius="4dp"
|
||
|
android:bottomRightRadius="4dp"
|
||
|
android:topLeftRadius="4dp"
|
||
|
android:topRightRadius="4dp" />
|
||
|
|
||
|
</shape>
|