summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_compound_audio.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-27 13:31:55 -0700
committerAndrew Lee <anwlee@google.com>2014-08-27 13:40:56 -0700
commit57f4fbaa494f9bc49f40c8119292d68dc7795e3d (patch)
tree8d5d7777e5261e46ebfc295b521389048997339b /res/drawable/btn_compound_audio.xml
parent1112e10c017e3fdff3e6d1ef0e9057d435941ead (diff)
downloadpackages_apps_InCallUI-57f4fbaa494f9bc49f40c8119292d68dc7795e3d.tar.gz
packages_apps_InCallUI-57f4fbaa494f9bc49f40c8119292d68dc7795e3d.tar.bz2
packages_apps_InCallUI-57f4fbaa494f9bc49f40c8119292d68dc7795e3d.zip
InCallUi image resource updates (mostly deletions).
- Deleted a ton of assets which were no longer used. + Automirrored some assets so their rtl copies could be removed. Bug: 15862303 Change-Id: I8aa832eead1768c82741fbe97268ea44ba0fc9ff
Diffstat (limited to 'res/drawable/btn_compound_audio.xml')
-rw-r--r--res/drawable/btn_compound_audio.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/drawable/btn_compound_audio.xml b/res/drawable/btn_compound_audio.xml
index 9c474c95..568f705b 100644
--- a/res/drawable/btn_compound_audio.xml
+++ b/res/drawable/btn_compound_audio.xml
@@ -72,7 +72,7 @@
<item android:id="@+id/bluetoothItem">
<bitmap android:src="@drawable/ic_toolbar_audio_bluetooth"
android:gravity="center"
- android:tint="@color/selectable_icon_tint" />
+ android:tint="@color/selectable_icon_tint" />
</item>
@@ -86,8 +86,9 @@
<!-- Speakerphone icon showing 'speaker on' state -->
<item android:id="@+id/speakerphoneItem">
<bitmap android:src="@drawable/ic_toolbar_speaker_on"
- android:gravity="center"
- android:tint="@color/selectable_icon_tint" />
+ android:gravity="center"
+ android:tint="@color/selectable_icon_tint"
+ android:autoMirrored="true" />
</item>
<!-- Generic "audio mode" icon. -->