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"