Android: Fix rtl layout for cheat warning fragment

This commit is contained in:
Charles Lombardo 2023-01-23 22:47:17 -05:00
parent 2904e28d91
commit d61dbd06a6
1 changed files with 1 additions and 0 deletions

View File

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