summaryrefslogtreecommitdiff
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 15:49:07 -0700
commit11a7350843ec13c7ca4d27523e9ba146911d2767 (patch)
tree7dd832939d9ad82c73473ae1cb4ee461c3718ad5 /res/menu
parent071d0a4f1c8cf6b6131b7aeabfd2c6b0560b413f (diff)
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: I1a5fedc54d1bb725597a07f4cfd8d7f6e8627a32
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" />