aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/images_list_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/menu/images_list_context.xml')
-rw-r--r--main/res/menu/images_list_context.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/menu/images_list_context.xml b/main/res/menu/images_list_context.xml
index 0726267..8d3869b 100644
--- a/main/res/menu/images_list_context.xml
+++ b/main/res/menu/images_list_context.xml
@@ -1,15 +1,15 @@
<?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/image_open_file"
- cgeo:showAsAction="ifRoom|withText"
+ app:showAsAction="ifRoom|withText"
android:title="@string/cache_image_open_file">
</item>
<item
android:id="@+id/image_open_browser"
- cgeo:showAsAction="ifRoom|withText"
+ app:showAsAction="ifRoom|withText"
android:title="@string/cache_image_open_browser">
</item>