summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2011-11-22 14:58:44 -0800
committerDaisuke Miyakawa <dmiyakawa@google.com>2011-11-22 15:33:10 -0800
commit7c30236364c71618da4b266a61a77e9711aa23f1 (patch)
tree6735a2d5c6c0748d01a856604df13aa532a41ffa /res/menu
parent8c95e233e1aea0ab2805a63736863839e2cffc1c (diff)
downloadandroid_packages_apps_Contacts-7c30236364c71618da4b266a61a77e9711aa23f1.tar.gz
android_packages_apps_Contacts-7c30236364c71618da4b266a61a77e9711aa23f1.tar.bz2
android_packages_apps_Contacts-7c30236364c71618da4b266a61a77e9711aa23f1.zip
Add "import/export" and "account" option to Phone UI
Bug: 5650226 Change-Id: I35f2fab7cf46f54b71dbc0f0ff8f1e6d32b2b272
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/phone_favorite_options.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/menu/phone_favorite_options.xml b/res/menu/phone_favorite_options.xml
new file mode 100644
index 000000000..ac67d6e25
--- /dev/null
+++ b/res/menu/phone_favorite_options.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/menu_import_export"
+ android:title="@string/menu_import_export" />
+
+ <item
+ android:id="@+id/menu_accounts"
+ android:title="@string/menu_accounts" />
+</menu>