summaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
diff options
context:
space:
mode:
authorMark Wagner <mxw@google.com>2009-06-08 10:26:05 -0700
committerMark Wagner <mxw@google.com>2009-06-12 16:37:44 -0700
commit331864544ec51ba6807fc5471cc6d537b7fef198 (patch)
tree0e6bd338c154a7c5ddb1ee01e478070bba86673a /res/xml/searchable.xml
parent8fe0dc7bde259488a917f3c246a5020b992cfe8a (diff)
downloadMms-331864544ec51ba6807fc5471cc6d537b7fef198.tar.gz
add search capability
Diffstat (limited to 'res/xml/searchable.xml')
-rw-r--r--res/xml/searchable.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
new file mode 100644
index 00000000..330f54b8
--- /dev/null
+++ b/res/xml/searchable.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ /*
+ ** Copyright 2009, 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.
+ */
+-->
+
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:label="@string/search_label"
+ android:hint="@string/search_hint"
+ android:searchMode="showSearchLabelAsBadge"
+
+ android:includeInGlobalSearch="true"
+/>