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

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

Merge "Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic,...

Merge "Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)" into jb-mr1-dev
parents cb122bd1 eab9150c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@
                      style="@style/wifi_item" >
                <TextView
                        style="@style/wifi_item_label"
                        android:text="@string/wifi_ssid" />
                        android:text="@string/wifi_ssid"
                        android:textDirection="locale" />

                <EditText android:id="@+id/ssid"
                        style="@style/wifi_item_content"