mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Android: Fix rtl layout for cheat list items
This commit is contained in:
parent
3fa08833ff
commit
2904e28d91
@ -21,7 +21,8 @@
|
|||||||
android:layout_marginEnd="@dimen/spacing_large"
|
android:layout_marginEnd="@dimen/spacing_large"
|
||||||
android:layout_marginStart="@dimen/spacing_large"
|
android:layout_marginStart="@dimen/spacing_large"
|
||||||
android:layout_toStartOf="@+id/cheat_switch"
|
android:layout_toStartOf="@+id/cheat_switch"
|
||||||
android:gravity="center_vertical|end"
|
android:gravity="center_vertical|start"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
tools:text="Hyrule Field Speed Hack" />
|
tools:text="Hyrule Field Speed Hack" />
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
android:layout_toStartOf="@id/cheat_switch"
|
android:layout_toStartOf="@id/cheat_switch"
|
||||||
android:gravity="center_vertical|start"
|
android:gravity="center_vertical|start"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
tools:text="Hyrule Field Speed Hack" />
|
tools:text="Hyrule Field Speed Hack" />
|
||||||
|
|
||||||
<com.google.android.material.materialswitch.MaterialSwitch
|
<com.google.android.material.materialswitch.MaterialSwitch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user