summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-02 16:01:28 +0300
committerAndrew Dolgov <[email protected]>2015-12-02 16:01:28 +0300
commit863860201aa05985812f75520795b9a7d08cd511 (patch)
treeede752d0161b074e8c8c469b3e22431ca16c71d2 /org.fox.ttrss/src/main/res/layout
parentcc757d2b06474cf23752e2cc482d671228b77972 (diff)
use overflow/popup for gallery view
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_images_image.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_images_image.xml b/org.fox.ttrss/src/main/res/layout/article_images_image.xml
index 2b6d5856..95033eb3 100644
--- a/org.fox.ttrss/src/main/res/layout/article_images_image.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_images_image.xml
@@ -26,4 +26,17 @@
android:layout_gravity="center"
android:scaleType="fitCenter" />
+ <ImageView
+ android:id="@+id/flavor_image_overflow"
+ android:clickable="true"
+ android:layout_width="wrap_content"
+ android:layout_height="24dp"
+ android:layout_weight="0"
+ android:background="@drawable/ripple"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:src="@drawable/ic_dots_vertical"
+ android:layout_gravity="right|bottom"
+ android:layout_marginBottom="8dp" />
+
</FrameLayout> \ No newline at end of file