summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-23 22:47:17 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-24 08:25:47 -0500
commitd61dbd06a6b0389b78c00e0ba6ee32c0efb3fc08 (patch)
treec24b3517efab9b4416ab57231add91f4a001a68a /Source/Android
parent2904e28d9105e84887cbf20745e7ebd3fb11ca53 (diff)
Android: Fix rtl layout for cheat warning fragment
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml b/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml
index 159274bdef..5cafff690a 100644
--- a/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml
+++ b/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml
@@ -11,6 +11,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="@dimen/spacing_large"
+ android:textAlignment="viewStart"
tools:text="@string/cheats_disabled_warning"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/button_settings"