diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-06 11:42:24 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-06 11:42:24 +0000 |
commit | 5dbed3a0fe85f0ed2a2763be0912f109bdee6c20 (patch) | |
tree | 849b3b07222c7ee0cf24247479c9adb3ca7c4faf /res/xml | |
parent | 783024e364648171ae8848bb29b6dd71a84a2f40 (diff) | |
download | southamptonuniversitymap-5dbed3a0fe85f0ed2a2763be0912f109bdee6c20.tar southamptonuniversitymap-5dbed3a0fe85f0ed2a2763be0912f109bdee6c20.tar.gz |
New Search stuff.
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/searchable.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml new file mode 100644 index 0000000..e4602a5 --- /dev/null +++ b/res/xml/searchable.xml @@ -0,0 +1,6 @@ +<?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" > + +</searchable>
\ No newline at end of file |