mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 17:48:33 +00:00
Fix expiration timer display issue on devices with modified font sizes.
Fixes #9335
This commit is contained in:
parent
5e0fe86858
commit
5221b6fb43
@ -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…
x
Reference in New Issue
Block a user