1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-18 18:06:45 -06:00

Fix grade weight text truncation in grade dialog with large font set (#2009)

This commit is contained in:
Daniel Olczyk 2022-10-05 22:25:09 +02:00 committed by GitHub
parent 3f431022a5
commit ad487e680c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<LinearLayout
android:id="@+id/gradeDialogValueLayout"
android:layout_width="101dp"
android:layout_height="121dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"