Commit 9666e58b authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix unread count background.

parent 75b1baf1
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#1dce73"/>
<corners android:radius="4dp"/>
</shape>
\ No newline at end of file
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
android:minWidth="20dp" android:minWidth="20dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:padding="4dp" android:padding="3dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:background="@color/room_list_item_unread_count_background" android:background="@drawable/unread_count_background"
> >
<TextView <TextView
android:id="@+id/alert_count" android:id="@+id/alert_count"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textSize="12dp" android:textSize="14dp"
android:layout_gravity="center" android:layout_gravity="center"
android:textAppearance="@style/TextAppearance.AppCompat.Body1" android:textAppearance="@style/TextAppearance.AppCompat.Body1"
/> />
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="room_list_item_unread_count_background">#1dce73</color>
</resources> </resources>
\ 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