summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-09 14:44:00 -0700
committerAndrew Lee <anwlee@google.com>2014-05-09 16:23:07 -0700
commit84ac44b71d8336709658ac65ce9acfa85df7dbf0 (patch)
tree8e9810281f06f7f72d9e68313c58b8f17db6155e /res/menu
parentd5557cb1675d881e302736b34edf030b2e97fa67 (diff)
downloadpackages_apps_InCallUI-84ac44b71d8336709658ac65ce9acfa85df7dbf0.tar.gz
packages_apps_InCallUI-84ac44b71d8336709658ac65ce9acfa85df7dbf0.tar.bz2
packages_apps_InCallUI-84ac44b71d8336709658ac65ce9acfa85df7dbf0.zip
Update icons and dimensions for the InCallUI.
- Swapped in new icons, and deleted old icons. - Made the diameter of the glowpad smaller, and deleted unused constants. Bug: 14658215 Change-Id: I9cf69043270214ac71810d8be393c16dfcd2787b
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/incall_audio_mode_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/incall_audio_mode_menu.xml b/res/menu/incall_audio_mode_menu.xml
index 01398950..0af65895 100644
--- a/res/menu/incall_audio_mode_menu.xml
+++ b/res/menu/incall_audio_mode_menu.xml
@@ -26,10 +26,10 @@
depending on whether a wired headset is physically plugged in
(see InCallTouchUi.showAudioModePopup().) -->
<item android:id="@+id/audio_mode_earpiece"
- android:icon="@drawable/ic_ab_dialer_holo_dark"
+ android:icon="@drawable/fab_ic_call"
android:title="@string/audio_mode_earpiece" />
<item android:id="@+id/audio_mode_wired_headset"
- android:icon="@drawable/ic_ab_dialer_holo_dark"
+ android:icon="@drawable/fab_ic_call"
android:title="@string/audio_mode_wired_headset" />
<item android:id="@+id/audio_mode_bluetooth"