summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-02 23:50:23 +0000
committerAndrew Lee <anwlee@google.com>2015-10-02 23:50:23 +0000
commit73bc910eee877d8f3f7f547e4fce809465f02805 (patch)
tree7b35327f3ecb0a53ef26613a83495d3e9bd6e65c /res/menu
parent11a7350843ec13c7ca4d27523e9ba146911d2767 (diff)
Revert "Prepatory CallDetailActivity tweaks."
This reverts commit 11a7350843ec13c7ca4d27523e9ba146911d2767. Change-Id: Idf62da51c934ee598c1bbc1b5052e6cea2929feb
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_details_options.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml
index 414b6711a..0e9e5c9d0 100644
--- a/res/menu/call_details_options.xml
+++ b/res/menu/call_details_options.xml
@@ -16,6 +16,16 @@
<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" />