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:
Charles Lombardo 2022-11-06 17:30:07 -05:00
parent c931529e7a
commit e79a4b0d8c
1 changed files with 3 additions and 1 deletions

View File

@ -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" />