Make the unread message count 4 digits instead of 2. (#827)
* Make the unread message count 4 digits instead of 2. 99+ unread messages can be reached within an hour in some busy open groups. 4 digits allow for much more accurate reporting. * Improve appearance of unread counter by using rounded rectangle.pull/836/head
parent
bd5a324ad8
commit
46aebb168c
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
<solid android:color="@color/white" />
|
||||||
|
<corners android:radius="16dp" />
|
||||||
|
</shape>
|
Loading…
Reference in New Issue