summaryrefslogtreecommitdiff
path: root/InCallUI/res/menu/incall_audio_mode_menu.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-17 10:52:43 -0700
committerAndrew Lee <anwlee@google.com>2014-07-17 11:09:14 -0700
commitd1556e9dc1f7c69d349dbaea051b1382fb9c4b75 (patch)
tree678b235d48fb9da8b6e4c01bbc3f7c60d09f8a7c /InCallUI/res/menu/incall_audio_mode_menu.xml
parente933c08056c7f2c3afe1321ff867c75a8db97a66 (diff)
Massive icon update/cleanup.
- Added a number of new icons for toolbar, specifically for video. - Deleted a number of unused drawables. Bug: 16355221 Bug: 16014280 Change-Id: I9aa08cbb16fe3ee32eac6940801175732fdfc46e
Diffstat (limited to 'InCallUI/res/menu/incall_audio_mode_menu.xml')
-rw-r--r--InCallUI/res/menu/incall_audio_mode_menu.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/InCallUI/res/menu/incall_audio_mode_menu.xml b/InCallUI/res/menu/incall_audio_mode_menu.xml
index 0af65895f..070c1813a 100644
--- a/InCallUI/res/menu/incall_audio_mode_menu.xml
+++ b/InCallUI/res/menu/incall_audio_mode_menu.xml
@@ -19,20 +19,21 @@
<!-- TODO: Need final icon assets. Also, PopupMenu currently ignores the
android:icon attribute anyway(!) -->
<item android:id="@+id/audio_mode_speaker"
- android:icon="@drawable/ic_sound_holo_dark"
+ android:icon="@drawable/ic_toolbar_speaker_on"
android:title="@string/audio_mode_speaker" />
<!-- We display *either* "earpiece" or "wired headset", never both,
depending on whether a wired headset is physically plugged in
(see InCallTouchUi.showAudioModePopup().) -->
<item android:id="@+id/audio_mode_earpiece"
- android:icon="@drawable/fab_ic_call"
+ android:icon="@drawable/ic_toolbar_audio_phone"
android:title="@string/audio_mode_earpiece" />
+
<item android:id="@+id/audio_mode_wired_headset"
- android:icon="@drawable/fab_ic_call"
+ android:icon="@drawable/ic_toolbar_audio_headphones"
android:title="@string/audio_mode_wired_headset" />
<item android:id="@+id/audio_mode_bluetooth"
- android:icon="@drawable/ic_bluetooth_holo_dark"
+ android:icon="@drawable/ic_toolbar_audio_bluetooth"
android:title="@string/audio_mode_bluetooth" />
</menu>