Android: Fix rtl layout for cheat warning fragment
This commit is contained in:
parent
2904e28d91
commit
d61dbd06a6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue