Commit 28c34fa7 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Change style_unread_message.xml to style_total_unread_messages.xml

Also, change the rectangle shape to oval shape.
parent 2fc93a7f
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
android:shape="oval">
<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