summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorMaurice Chu <mochu@google.com>2012-04-11 18:29:32 -0700
committerMaurice Chu <mochu@google.com>2012-04-11 18:29:32 -0700
commit056a8464f820acb0cdd3a7670efee3474826a06b (patch)
tree6d0714d9df267cce8a56690a969e6f6e4af42df1 /res/menu
parentc79d01c67b316b0fd73872424a944d159d45da2f (diff)
downloadpackages_apps_Contacts-056a8464f820acb0cdd3a7670efee3474826a06b.tar.gz
packages_apps_Contacts-056a8464f820acb0cdd3a7670efee3474826a06b.tar.bz2
packages_apps_Contacts-056a8464f820acb0cdd3a7670efee3474826a06b.zip
Added the ability to create a contact widget from the contact details view
If the contact details view is on the user profile (i.e., me), then the menu option to create a contact widget does not show up in the menu. Bug:5346555 Change-Id: I392ca60a53168139a30ad70d72013da28fbecf24
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/view_contact.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/view_contact.xml b/res/menu/view_contact.xml
index 6712cb641..8c36924ea 100644
--- a/res/menu/view_contact.xml
+++ b/res/menu/view_contact.xml
@@ -37,4 +37,8 @@
android:id="@+id/menu_send_to_voicemail"
android:checkable="true"
android:title="@string/menu_redirect_calls_to_vm" />
+
+ <item
+ android:id="@+id/menu_create_contact_shortcut"
+ android:title="@string/menu_create_contact_shortcut" />
</menu>