summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-05 12:09:05 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-05 12:09:05 -0800
commita1b886a7892df11db9a1851f2c0f38d22c1a1787 (patch)
tree24cacb1b104631cc26958d416fd4aa52dbe42f25 /res/menu
parent8efbcf920eeebc826c18b3c474e9c62b77dcd232 (diff)
downloadandroid_packages_apps_Dialer-a1b886a7892df11db9a1851f2c0f38d22c1a1787.tar.gz
android_packages_apps_Dialer-a1b886a7892df11db9a1851f2c0f38d22c1a1787.tar.bz2
android_packages_apps_Dialer-a1b886a7892df11db9a1851f2c0f38d22c1a1787.zip
Major resource move and clean-up.
Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: Ieb3a31c1f4f8294b17c1829bb56313ab1f3cafe7
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/phone_favorite_options.xml28
1 files changed, 28 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..e37759c14
--- /dev/null
+++ b/res/menu/phone_favorite_options.xml
@@ -0,0 +1,28 @@
+<?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_clear_frequents"
+ android:title="@string/menu_clear_frequents" />
+
+ <item
+ android:id="@+id/menu_accounts"
+ android:title="@string/menu_accounts" />
+</menu>