summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 14:21:38 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 14:21:38 +0300
commitd1cf6a071c83439e51ee93b54cc5b2b44acd60b5 (patch)
tree89faad0791235a1b0f189582aed77f6390ac37c4 /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent4e330671fa9d78052ddc55389ac3e196422438e1 (diff)
add image count prompt to flavor image
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 31677c60..30a71acb 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -100,6 +100,18 @@
android:src="@drawable/flavor_video_play"
android:visibility="gone" />
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:layout_gravity="bottom"
+ android:gravity="center"
+ android:textColor="@android:color/primary_text_dark"
+ android:text="5 more images"
+ android:background="#90000000"
+ android:visibility="gone"
+ android:id="@+id/flavor_image_prompt" />
+
</FrameLayout>
</TableRow>