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:
parent
3f431022a5
commit
ad487e680c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user