Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c238f519 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix AlertDialog in RTL mode

- the list view need to define textAlignment to "viewStart" so that the
list view items will inherit it.

Change-Id: Ib8cd75f28dcaf8a1afb22dd595490afa8e24d25f
parent dac3fd9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,4 +32,5 @@
    android:cacheColorHint="@null"
    android:divider="?android:attr/listDividerAlertDialog"
    android:scrollbars="vertical"
    android:overScrollMode="ifContentScrolls" />
    android:overScrollMode="ifContentScrolls"
    android:textAlignment="viewStart" />
+2 −1
Original line number Diff line number Diff line
@@ -30,4 +30,5 @@
    android:cacheColorHint="@null"
    android:divider="?android:attr/listDividerAlertDialog"
    android:scrollbars="vertical"
    android:overScrollMode="ifContentScrolls" />
    android:overScrollMode="ifContentScrolls"
    android:textAlignment="viewStart" />