summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-08 13:23:41 -0700
committerYorke Lee <yorkelee@google.com>2013-08-08 13:45:12 -0700
commit15ef3e1d3772d9e35182572fed9b0f1c7c958547 (patch)
treee66ab17d941700a5dcc069007dfd34a77a20f92d /res/menu
parent8898cd0577d41cfa4e6acf785c9e904bd71fbdfd (diff)
downloadandroid_packages_apps_Dialer-15ef3e1d3772d9e35182572fed9b0f1c7c958547.tar.gz
android_packages_apps_Dialer-15ef3e1d3772d9e35182572fed9b0f1c7c958547.tar.bz2
android_packages_apps_Dialer-15ef3e1d3772d9e35182572fed9b0f1c7c958547.zip
Remove unused resources from Dialer
Change-Id: Iea5e470d63462a2252bece4e712ec8d2daeeb621
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/dialtacts_search_options.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/menu/dialtacts_search_options.xml b/res/menu/dialtacts_search_options.xml
deleted file mode 100644
index 0979ebbcf..000000000
--- a/res/menu/dialtacts_search_options.xml
+++ /dev/null
@@ -1,26 +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.
--->
-<!-- Used with DialtactsActivity's search mode. -->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/filter_option"
- android:title="@string/menu_contacts_filter"
- android:showAsAction="withText" />
- <item
- android:id="@+id/add_contact"
- android:title="@string/menu_newContact"
- android:showAsAction="withText" />
-</menu>