mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 06:07:32 +00:00
Fix expiration timer display issue on devices with modified font sizes.
Fixes #9335
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user