Android: Fix list_item_cheat text
Sometimes a gecko code would have a title long enough to appear over the checkbox. This is now prevented by marking the text's boundary a 16dp before the start of the checkbox.
This commit is contained in:
parent
c931529e7a
commit
e79a4b0d8c
|
@ -17,8 +17,10 @@
|
|||
android:layout_height="64dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginStart="@dimen/spacing_large"
|
||||
android:layout_marginEnd="@dimen/spacing_large"
|
||||
android:layout_toStartOf="@+id/checkbox"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="16sp"
|
||||
tools:text="Hyrule Field Speed Hack" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue