summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-09-30 18:24:48 -0700
committerAndrew Lee <anwlee@google.com>2015-10-02 17:06:02 -0700
commit7b127d43de0de29c27a9db19f0a7e792ac678c05 (patch)
tree56f130e190ef4f99ef23aa85cad041ea1fe388a0 /res/menu
parentea0742761c5511a713b43af16d4abd1a9059dcd8 (diff)
downloadandroid_packages_apps_Dialer-7b127d43de0de29c27a9db19f0a7e792ac678c05.tar.gz
android_packages_apps_Dialer-7b127d43de0de29c27a9db19f0a7e792ac678c05.tar.bz2
android_packages_apps_Dialer-7b127d43de0de29c27a9db19f0a7e792ac678c05.zip
Prepatory CallDetailActivity tweaks.
Incremental CL in changing actions/layout of CallDetailActivity to move actions such as Block/Edit/Copy out of the overflow menu. + Make header at top of Call Detail Activity smaller. + Move delete options into actionbar button. - Delete call list header in CallDetailActivity. Bug: 24109819 Change-Id: If75f016e14de9e2c5ac8629c4bfa38e2380ce48b
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_details_options.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml
index 0e9e5c9d0..414b6711a 100644
--- a/res/menu/call_details_options.xml
+++ b/res/menu/call_details_options.xml
@@ -16,16 +16,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/call_details_menu">
- <item android:id="@+id/menu_trash"
- android:icon="@drawable/ic_delete_24dp"
- android:showAsAction="ifRoom"
- android:title="@string/call_log_trash_voicemail" />
-
- <item android:id="@+id/menu_remove_from_call_log"
- android:icon="@drawable/ic_delete_24dp"
- android:showAsAction="ifRoom"
- android:title="@string/call_log_remove_from_call_log" />
-
<item android:id="@+id/menu_edit_number_before_call"
android:title="@string/call_log_edit_number_before_call" />