mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Android: Fix rtl layout for grid options dialog
This commit is contained in:
parent
ab0ab1aa7d
commit
9bccf58fdb
@ -33,6 +33,7 @@
|
|||||||
android:layout_marginEnd="24dp"
|
android:layout_marginEnd="24dp"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginStart="24dp"
|
||||||
android:text="@string/download_game_covers"
|
android:text="@string/download_game_covers"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/switch_download_covers"
|
app:layout_constraintBottom_toBottomOf="@+id/switch_download_covers"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/switch_download_covers"
|
app:layout_constraintEnd_toStartOf="@+id/switch_download_covers"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
@ -66,6 +67,7 @@
|
|||||||
android:layout_marginEnd="24dp"
|
android:layout_marginEnd="24dp"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginStart="24dp"
|
||||||
android:text="@string/show_titles_in_game_list"
|
android:text="@string/show_titles_in_game_list"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/switch_show_titles"
|
app:layout_constraintBottom_toBottomOf="@+id/switch_show_titles"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/switch_show_titles"
|
app:layout_constraintEnd_toStartOf="@+id/switch_show_titles"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
@ -24,11 +24,14 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text_download_covers"
|
android:id="@+id/text_download_covers"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginStart="24dp"
|
||||||
|
android:layout_marginEnd="24dp"
|
||||||
android:text="@string/download_game_covers"
|
android:text="@string/download_game_covers"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/switch_download_covers"
|
app:layout_constraintBottom_toBottomOf="@+id/switch_download_covers"
|
||||||
|
app:layout_constraintEnd_toStartOf="@+id/switch_download_covers"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@+id/switch_download_covers" />
|
app:layout_constraintTop_toTopOf="@+id/switch_download_covers" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user