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

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

Fix bug #10409069 Spinner Drawable is not mirrored in RTL mode

- add missing android:autoMirrored="true" on corresponding StateList

Change-Id: Iea6930089f33061f2cf0ae83739bb8b3356f1e1b
parent 80f7ec06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
          android:autoMirrored="true">
    <item android:state_enabled="false"
          android:drawable="@drawable/spinner_ab_disabled_holo_dark" />
    <item android:state_pressed="true"
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
          android:autoMirrored="true">
    <item android:state_enabled="false"
          android:drawable="@drawable/spinner_ab_disabled_holo_light" />
    <item android:state_pressed="true"
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
          android:autoMirrored="true">
    <item android:state_enabled="false"
          android:drawable="@drawable/spinner_disabled_holo_dark" />
    <item android:state_pressed="true"
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<selector xmlns:android="http://schemas.android.com/apk/res/android"
          android:autoMirrored="true">
    <item android:state_enabled="false"
          android:drawable="@drawable/spinner_disabled_holo_light" />
    <item android:state_pressed="true"