aboutsummaryrefslogtreecommitdiff
path: root/res/xml/searchable.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-09 12:35:17 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-09 12:35:17 +0000
commit606d952ef33ee74dbb303a8870451252d7785f32 (patch)
tree1bf140512141ce8618105068b5152b231e9351d1 /res/xml/searchable.xml
parentc2b3891c783dee1b4ef6fd70432aa7ef5e55c0d7 (diff)
downloadsouthamptonuniversitymap-606d952ef33ee74dbb303a8870451252d7785f32.tar
southamptonuniversitymap-606d952ef33ee74dbb303a8870451252d7785f32.tar.gz
More search improvements.
Diffstat (limited to 'res/xml/searchable.xml')
-rw-r--r--res/xml/searchable.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 7262b3d..d6dedc8 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -1,12 +1,11 @@
<?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:hint="@string/search_settings_description"
android:includeInGlobalSearch="true"
android:label="@string/app_name"
- android:searchSettingsDescription="@string/map_activity_search_hint"
+ android:searchSettingsDescription="@string/search_settings_description"
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" >