style_total_unread_messages.xml 190 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:shape="oval">
4

5
    <solid android:color="@color/colorAccent" />
6 7

</shape>