Fix expiration timer display issue on devices with modified font sizes.
Fixes #9335
This commit is contained in:
parent
5e0fe86858
commit
5221b6fb43
1 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
||||||
android:paddingTop="1dp"
|
android:paddingTop="1dp"
|
||||||
android:paddingBottom="3dp"
|
android:paddingBottom="3dp"
|
||||||
android:textColor="?conversation_subtitle_color"
|
android:textColor="?conversation_subtitle_color"
|
||||||
android:textSize="14sp"
|
android:textSize="14dp"
|
||||||
tools:text="1w" />
|
tools:text="1w"
|
||||||
|
tools:ignore="SpUsage" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Add table
Reference in a new issue