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

Commit c51628aa authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix AlertDialog in RTL mode" into jb-mr2-dev

parents 4a706bc6 c238f519
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" />