Commit a195c3bb authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add style unread message drawable.

parent d6bdb304
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="@color/colorAccent" />
<corners
android:radius="6dp" />
</shape>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment