summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 11:31:04 -0700
committerYorke Lee <yorkelee@google.com>2013-07-30 13:37:51 -0700
commitaa536fd9b7a3b144aaa74aa50e88f3d05bde0dd1 (patch)
tree313ec091df2c52b261514acd4c685a71ce1b93bd /res/menu
parentdc3fd706f418440cb3eee454149bb7be4545b9a1 (diff)
downloadandroid_packages_apps_Dialer-aa536fd9b7a3b144aaa74aa50e88f3d05bde0dd1.tar.gz
android_packages_apps_Dialer-aa536fd9b7a3b144aaa74aa50e88f3d05bde0dd1.tar.bz2
android_packages_apps_Dialer-aa536fd9b7a3b144aaa74aa50e88f3d05bde0dd1.zip
Redlines for CallDetailActivity (call history items and voicemails)
* Swapped out new assets * Changed background colors as necessary * Add padding view at bottom of seek container * Changed color of drawables * Removed unused assets Change-Id: I654ba417e03b2a32039504ae2de51fd75c5bec20
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_details_options.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml
index 63ce8f5db..39c8a6760 100644
--- a/res/menu/call_details_options.xml
+++ b/res/menu/call_details_options.xml
@@ -16,7 +16,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_trash"
- android:icon="@drawable/ic_trash_holo_dark"
+ android:icon="@drawable/ic_menu_delete_dk"
android:showAsAction="ifRoom"
android:title="@string/recentCalls_trashVoicemail"
android:onClick="onMenuTrashVoicemail"