diff --git a/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml b/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml index 097032242c..36cdaccd03 100644 --- a/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml +++ b/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml @@ -21,7 +21,8 @@ android:layout_marginEnd="@dimen/spacing_large" android:layout_marginStart="@dimen/spacing_large" android:layout_toStartOf="@+id/cheat_switch" - android:gravity="center_vertical|end" + android:gravity="center_vertical|start" + android:textAlignment="viewStart" android:textSize="16sp" tools:text="Hyrule Field Speed Hack" /> 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 257a305dd2..0c76b2339c 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 @@ -22,6 +22,7 @@ android:layout_toStartOf="@id/cheat_switch" android:gravity="center_vertical|start" android:textSize="16sp" + android:textAlignment="viewStart" tools:text="Hyrule Field Speed Hack" />