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

Commit 61811560 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 264ec505: am 841cd860: Merge "Fix bug #10409069 Spinner Drawable is not...

am 264ec505: am 841cd860: Merge "Fix bug #10409069 Spinner Drawable is not mirrored in RTL mode" into klp-dev

* commit '264ec505':
  Fix bug #10409069 Spinner Drawable is not mirrored in RTL mode
parents 04f7c641 264ec505
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"