mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Modify default unread color
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
45752f93b3
commit
e9b97ed5d8
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="oval">
|
android:shape="oval">
|
||||||
<solid android:color="@color/nc_darkRed" />
|
<solid android:color="#757575" />
|
||||||
<stroke
|
<stroke
|
||||||
android:width="2dp"
|
android:width="2dp"
|
||||||
android:color="@color/white" />
|
android:color="@color/white" />
|
||||||
|
Loading…
Reference in New Issue
Block a user