summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-03 15:38:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-03 15:38:49 +0000
commit764e1169a7a02818a630994271622dec63bb8a27 (patch)
treea2b0f2e8398173647b8805f7226cd619ebe776fc
parent0fc805d2fa61a646591f7bcc5fe2791e49707d9c (diff)
parenta8dbd1a7349d6867933db69a214d56609658af72 (diff)
am d09b25f1: am 6d9c2a09: Merge "Remove automirroring on icons to fix RTL alignment." into lmp-dev
* commit 'd09b25f1eeef4bfe193a659a450edc9e54213ff2': Remove automirroring on icons to fix RTL alignment.
-rw-r--r--InCallUI/res/drawable/btn_compound_audio.xml3
-rw-r--r--InCallUI/res/drawable/btn_compound_mute.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/InCallUI/res/drawable/btn_compound_audio.xml b/InCallUI/res/drawable/btn_compound_audio.xml
index 568f705bb..222ff1b41 100644
--- a/InCallUI/res/drawable/btn_compound_audio.xml
+++ b/InCallUI/res/drawable/btn_compound_audio.xml
@@ -87,8 +87,7 @@
<item android:id="@+id/speakerphoneItem">
<bitmap android:src="@drawable/ic_toolbar_speaker_on"
android:gravity="center"
- android:tint="@color/selectable_icon_tint"
- android:autoMirrored="true" />
+ android:tint="@color/selectable_icon_tint" />
</item>
<!-- Generic "audio mode" icon. -->
diff --git a/InCallUI/res/drawable/btn_compound_mute.xml b/InCallUI/res/drawable/btn_compound_mute.xml
index 53be386e7..68a8c9b34 100644
--- a/InCallUI/res/drawable/btn_compound_mute.xml
+++ b/InCallUI/res/drawable/btn_compound_mute.xml
@@ -24,8 +24,7 @@
<item>
<bitmap android:src="@drawable/ic_toolbar_mic_off"
android:gravity="center"
- android:tint="@color/selectable_icon_tint"
- android:autoMirrored="true" />
+ android:tint="@color/selectable_icon_tint" />
</item>
</layer-list>