summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-07-11 11:20:00 +0800
committerOwen Lin <owenlin@google.com>2012-07-17 17:43:36 +0800
commitc909dd6ff9c4a9492040f654f94a7894b44bbd53 (patch)
tree23e3ba12a63e461bd9912b3a1c7f5c20cfb8a3de /res/menu
parent7f4ced6e601634b0d19c635393f19671ebd61a6e (diff)
downloadandroid_packages_apps_Snap-c909dd6ff9c4a9492040f654f94a7894b44bbd53.tar.gz
android_packages_apps_Snap-c909dd6ff9c4a9492040f654f94a7894b44bbd53.tar.bz2
android_packages_apps_Snap-c909dd6ff9c4a9492040f654f94a7894b44bbd53.zip
Make CustomMenu compatible with API level 10.
bug: 6802855 Change-Id: I230c91bd9744935a181881131dcd2275ed89d819
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/selection.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/menu/selection.xml b/res/menu/selection.xml
deleted file mode 100644
index 18839e4d2..000000000
--- a/res/menu/selection.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- 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/action_select_all" android:title="@string/select_all" />
-</menu>