Skip to content
Snippets Groups Projects
background_unread_counter.xml 248 B
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/conversation_secondary_background" />
    <corners android:radius="@dimen/account_unread_radius" />
</shape>