diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-24 13:54:43 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-24 13:54:43 +0200 |
commit | dc02bff7c60a15f5ca75a43ac40708ddc2ed6c05 (patch) | |
tree | d9c3af2df2eb70e924310dc7590457a196a73e00 /res/xml | |
parent | 6674da6e2c0e63a617ab7ec8d7ca07c0d4f867bc (diff) | |
download | AntennaPod-dc02bff7c60a15f5ca75a43ac40708ddc2ed6c05.zip |
implemented searching algorithm
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/searchable.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml new file mode 100644 index 000000000..522bd9be5 --- /dev/null +++ b/res/xml/searchable.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<searchable xmlns:android="http://schemas.android.com/apk/res/android" android:hint="@string/search_hint" android:label="@string/app_name" android:icon="@drawable/ic_launcher"> + + +</searchable>
\ No newline at end of file |