summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-03 15:34:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-03 15:34:38 +0000
commita8dbd1a7349d6867933db69a214d56609658af72 (patch)
treea2b0f2e8398173647b8805f7226cd619ebe776fc /InCallUI/res
parent422af1135baf09d5f12ac32347189cdf69273f99 (diff)
parent8f45d7acb1996ae078d44857c984da96bf47b560 (diff)
am 6d9c2a09: Merge "Remove automirroring on icons to fix RTL alignment." into lmp-dev
* commit '6d9c2a09922f96620b671dec832de8ba9b0eeedd': Remove automirroring on icons to fix RTL alignment.
Diffstat (limited to 'InCallUI/res')
-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>