summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-02 15:19:30 +0300
committerAndrew Dolgov <[email protected]>2017-06-02 15:19:30 +0300
commit2c676e263f928b6a330fb181be7250e297eb0678 (patch)
treea4cf06ca88a04b7b5176be8663b2076c8c739e23 /org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
parent6f1afb1ef00e9c700832c33f71d008549740c2c0 (diff)
refactor some more items, reimplement context menus for gallery
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml')
-rw-r--r--org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml b/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
new file mode 100644
index 00000000..67dbd6d8
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
@@ -0,0 +1,29 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" >
+
+ <item
+ android:id="@+id/article_img_open"
+ app:showAsAction=""
+ android:title="@string/open_with"/>
+ <item
+ android:id="@+id/article_img_copy"
+ app:showAsAction=""
+ android:icon="@drawable/ic_content_copy"
+ android:title="@string/article_link_copy"/>
+ <item
+ android:id="@+id/article_img_share"
+ android:icon="@drawable/ic_share"
+ app:showAsAction=""
+ android:title="@string/article_media_share"/>
+ <item
+ android:id="@+id/article_img_view_caption"
+ app:showAsAction=""
+ android:title="@string/article_img_view_caption"/>
+
+ <!--
+ <item
+ android:id="@+id/article_img_save"
+ app:showAsAction=""
+ android:title="Save image to file"/>
+ -->
+
+</menu> \ No newline at end of file