summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2012-02-23 22:11:54 -0800
committerDaniel Lehmann <lehmannd@google.com>2012-02-23 22:11:54 -0800
commit373c43e3676f0f144f0e434641b8871de8f5c87f (patch)
treea666dce46ceea3c5ffa01843566e6be053e931ad /res/menu
parenta104786750055840fc45de1aee97b9226a3dc471 (diff)
downloadpackages_apps_Contacts-373c43e3676f0f144f0e434641b8871de8f5c87f.tar.gz
packages_apps_Contacts-373c43e3676f0f144f0e434641b8871de8f5c87f.tar.bz2
packages_apps_Contacts-373c43e3676f0f144f0e434641b8871de8f5c87f.zip
Remove unused resources
Bug:5964592 Change-Id: Iee438a3e92dd3420353f33c7ca6b333163d44f42
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/list.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/res/menu/list.xml b/res/menu/list.xml
deleted file mode 100644
index f4a8751fc..000000000
--- a/res/menu/list.xml
+++ /dev/null
@@ -1,41 +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_search"
- android:icon="@android:drawable/ic_menu_search"
- android:title="@string/menu_search" />
-
- <item
- android:id="@+id/menu_add"
- android:icon="@drawable/ic_menu_add_contact_holo_light"
- android:title="@string/menu_newContact"
- android:alphabeticShortcut="n" />
-
- <item
- android:id="@+id/menu_settings"
- android:title="@string/menu_settings" />
-
- <item
- android:id="@+id/menu_accounts"
- android:title="@string/menu_accounts" />
-
- <item
- android:id="@+id/menu_import_export"
- android:title="@string/menu_import_export" />
-
-</menu>