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-28 21:58:56 +0300
committerAndrew Dolgov <[email protected]>2014-10-28 21:58:56 +0300
commit903e4250f9c869d581d37f365ac82a276b35869c (patch)
tree25318dcd9ea0c251cdbfddbd8f749e4438bb2f8c /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent1c4b41085e960ba85f563a4e4b9ea163191e0399 (diff)
add flavor image loading progressbars
try to only animate flavor images if they are not cached yet
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.xml6
1 files changed, 6 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 0ebe6699..d3c1aa72 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
@@ -79,6 +79,12 @@
android:paddingBottom="4dp"
android:layout_span="2">
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:id="@+id/flavorImageLoadingBar" />
+
<org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
android:layout_width="match_parent"