summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-11-07 18:52:27 +0100
committerGitHub <noreply@github.com>2022-11-07 18:52:27 +0100
commitdca51f3ab0e5e11024556e495dfa4d959093c1d2 (patch)
tree723ec93a25ae59603e34302fafde2aff813b8171 /Source/Android/app/src
parentee7887b7511dd3cdb27fd8517d42088cf26cdade (diff)
parente79a4b0d8c9111d63602277e913e4e5b25e0fbec (diff)
Merge pull request #11260 from t895/text-alignment
Android: Fix list_item_cheat text
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/res/layout/list_item_cheat.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/list_item_cheat.xml b/Source/Android/app/src/main/res/layout/list_item_cheat.xml
index 4cea5908ad..d2397cf8b8 100644
--- a/Source/Android/app/src/main/res/layout/list_item_cheat.xml
+++ b/Source/Android/app/src/main/res/layout/list_item_cheat.xml
@@ -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" />