aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-06 14:46:01 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-06 14:46:01 +0000
commita722eac92e7154563bd144ad91b092d23dae8f2a (patch)
tree4bcd0901fe5fe9748c797119eec5045fbb33efcd /res
parent5dbed3a0fe85f0ed2a2763be0912f109bdee6c20 (diff)
downloadsouthamptonuniversitymap-a722eac92e7154563bd144ad91b092d23dae8f2a.tar
southamptonuniversitymap-a722eac92e7154563bd144ad91b092d23dae8f2a.tar.gz
Basic searchable stuff.
Diffstat (limited to 'res')
-rw-r--r--res/xml/searchable.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index e4602a5..7262b3d 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:hint="@string/map_activity_search_hint"
- android:label="@string/app_name" >
+ android:includeInGlobalSearch="true"
+ android:label="@string/app_name"
+ android:searchSettingsDescription="@string/map_activity_search_hint"
+ android:searchSuggestAuthority="net.cbaines.suma.provider"
+ android:searchSuggestIntentAction="android.intent.action.VIEW"
+ android:searchSuggestIntentData="content://net.cbaines.suma.provider/building"
+ android:searchSuggestSelection=" ?"
+ android:searchSuggestThreshold="1" >
</searchable> \ No newline at end of file