aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/search_activity_options.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/menu/search_activity_options.xml')
-rw-r--r--main/res/menu/search_activity_options.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/res/menu/search_activity_options.xml b/main/res/menu/search_activity_options.xml
index 300be94..ed84ebe 100644
--- a/main/res/menu/search_activity_options.xml
+++ b/main/res/menu/search_activity_options.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
+ xmlns:app="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/menu_search_own_caches"
android:icon="@drawable/ic_menu_myplaces"
android:title="@string/search_own_caches"
- app:showAsAction="ifRoom|withText"
- >
+ app:showAsAction="ifRoom|withText">
</item>
</menu> \ No newline at end of file