summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-05 12:08:48 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-05 12:08:48 -0800
commit6afca8a28c76fa81e26c7e664039cabc35b41044 (patch)
tree639fa53c1cc732985a19993325f533b1650af3f7 /res/menu
parent821a657d618285c04cbb3c440f1777a08381f868 (diff)
downloadpackages_apps_Contacts-6afca8a28c76fa81e26c7e664039cabc35b41044.tar.gz
packages_apps_Contacts-6afca8a28c76fa81e26c7e664039cabc35b41044.tar.bz2
packages_apps_Contacts-6afca8a28c76fa81e26c7e664039cabc35b41044.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: I43524e95efa0948935ccbc29c12c100f336b69fb
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/phone_favorite_options.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/res/menu/phone_favorite_options.xml b/res/menu/phone_favorite_options.xml
deleted file mode 100644
index e37759c14..000000000
--- a/res/menu/phone_favorite_options.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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>