summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-03 17:44:53 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:35:12 -0700
commitd257a90e1a9a439da44a97d328c3a933d54f2cae (patch)
treeb726f35aee8b0c35eb2b25119ab960eaf8e9638c /res/menu
parentb7e4364d6536449271ac4534dbeb7430134c096b (diff)
downloadpackages_apps_Contacts-d257a90e1a9a439da44a97d328c3a933d54f2cae.tar.gz
packages_apps_Contacts-d257a90e1a9a439da44a97d328c3a933d54f2cae.tar.bz2
packages_apps_Contacts-d257a90e1a9a439da44a97d328c3a933d54f2cae.zip
Move phone menu options into edit screen
Currently, these options will only supported for existing contacts. This is what UX's mocks show. Change-Id: I97fd58c11aea1594052945cdfd956b6eff883b7c
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/edit_contact.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml
index 51d9ab0c5..58e13cb6d 100644
--- a/res/menu/edit_contact.xml
+++ b/res/menu/edit_contact.xml
@@ -34,6 +34,15 @@
android:title="@string/menu_discard" />
<item
+ android:id="@+id/menu_set_ringtone"
+ android:title="@string/menu_set_ring_tone" />
+
+ <item
+ android:id="@+id/menu_send_to_voicemail"
+ android:checkable="true"
+ android:title="@string/menu_redirect_calls_to_vm" />
+
+ <item
android:id="@+id/menu_help"
android:title="@string/menu_help" />
</menu>