Use fixed text size in read receipt counter
This commit is contained in:
parent
d694ea16a8
commit
45afc04421
|
@ -16,6 +16,8 @@
|
|||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:textColor="?vctr_content_primary"
|
||||
android:textSize="12dp"
|
||||
tools:ignore="SpUsage"
|
||||
tools:text="999+" />
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in New Issue