mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Android: Fix rtl layout for cheat warning fragment
This commit is contained in:
parent
2904e28d91
commit
d61dbd06a6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue