summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-14 17:22:13 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-14 17:22:13 +0200
commit6b69f7fe28b0996d4cbaa97bf274ebc0d3c7cf34 (patch)
tree76e5d4186e605234b9908a875941ae1e525ec1e8 /res/xml
parenta1b0b5ac095c5fbe5f87f648f635eda15ddbd044 (diff)
downloadAntennaPod-6b69f7fe28b0996d4cbaa97bf274ebc0d3c7cf34.zip
Fixed search
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 522bd9be5..ee73aca8d 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -1,5 +1,4 @@
<?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
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:hint="@string/search_hint"
+ android:label="@string/app_name"/> \ No newline at end of file