summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-29 08:59:33 +0300
committerAndrew Dolgov <[email protected]>2014-10-29 08:59:33 +0300
commit1bfc708bc0ba129c1e77ad7034e715e28ac50d12 (patch)
tree645baae404853568d0043a8fbe9266a00b3c528d /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent903e4250f9c869d581d37f365ac82a276b35869c (diff)
UIL: use time-limited disk cache instead of flushing it on startup
flavor images: show X more label if more than one image fix crash on loadmore row
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index d3c1aa72..83e60fbb 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -94,6 +94,14 @@
android:scaleType="fitCenter"
android:cropToPadding="true"
android:visibility="visible" />
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="(5 more)"
+ android:alpha="0.5"
+ android:layout_gravity="bottom|right"
+ android:id="@+id/flavorImageMore" />
</FrameLayout>
</TableRow>