diff options
Diffstat (limited to 'main/res/menu/search_activity_options.xml')
| -rw-r--r-- | main/res/menu/search_activity_options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/menu/search_activity_options.xml b/main/res/menu/search_activity_options.xml index c4ee62b..300be94 100644 --- a/main/res/menu/search_activity_options.xml +++ b/main/res/menu/search_activity_options.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:cgeo="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" - cgeo:showAsAction="ifRoom|withText" + app:showAsAction="ifRoom|withText" > </item> |
