summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-09-05 15:28:03 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-09-05 15:28:03 -0700
commitcc44fa2b20022b134edc7e6c60477300e7fb1162 (patch)
tree2fb5c14d4e056ba8a8cca373288466a3d53c4843 /res/menu
parent6af176fa4156446c8522642575fc7c2f98c39e74 (diff)
downloadpackages_apps_Contacts-cc44fa2b20022b134edc7e6c60477300e7fb1162.tar.gz
packages_apps_Contacts-cc44fa2b20022b134edc7e6c60477300e7fb1162.tar.bz2
packages_apps_Contacts-cc44fa2b20022b134edc7e6c60477300e7fb1162.zip
Remove unused resources
Bug: 5112222 Change-Id: Iad183253f581ac4e0a2ab53fc981324f5e68c25a
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/pick.xml39
-rw-r--r--res/menu/search.xml24
2 files changed, 0 insertions, 63 deletions
diff --git a/res/menu/pick.xml b/res/menu/pick.xml
deleted file mode 100644
index 5302dd9ed..000000000
--- a/res/menu/pick.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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_display_selected"
- android:icon="@drawable/ic_menu_display_selected"
- android:title="@string/menu_display_selected" />
-
- <item
- android:id="@+id/menu_display_all"
- android:icon="@drawable/ic_menu_display_all"
- android:title="@string/menu_display_all" />
-
- <item
- android:id="@+id/menu_select_all"
- android:icon="@drawable/ic_menu_select"
- android:title="@string/menu_select_all" />
-
- <item
- android:id="@+id/menu_select_none"
- android:icon="@drawable/ic_menu_unselect"
- android:title="@string/menu_select_none" />
-
-</menu>
diff --git a/res/menu/search.xml b/res/menu/search.xml
deleted file mode 100644
index 4e2e8e3ac..000000000
--- a/res/menu/search.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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_search"
- android:icon="@android:drawable/ic_menu_search"
- android:title="@string/menu_search" />
-
-</menu>