summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feed_item_list_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-21 19:25:54 +0100
committerByteHamster <info@bytehamster.com>2020-03-21 19:25:54 +0100
commitb6bbcf5afb14701524570a5aad97ea6418ed1c71 (patch)
tree2330dc1dffa1369b8b311bb49eca1ecd0efc5d3b /app/src/main/res/layout/feed_item_list_fragment.xml
parent1cdc8fc33e4d551823141c8374ab12bd522db179 (diff)
downloadAntennaPod-b6bbcf5afb14701524570a5aad97ea6418ed1c71.zip
Made sure that all fragments have a progress bar
Diffstat (limited to 'app/src/main/res/layout/feed_item_list_fragment.xml')
-rw-r--r--app/src/main/res/layout/feed_item_list_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feed_item_list_fragment.xml b/app/src/main/res/layout/feed_item_list_fragment.xml
index 2c5c30ed3..a26bb3531 100644
--- a/app/src/main/res/layout/feed_item_list_fragment.xml
+++ b/app/src/main/res/layout/feed_item_list_fragment.xml
@@ -20,6 +20,7 @@
<ImageView
android:id="@+id/imgvBackground"
style="@style/BigBlurryBackground"
+ android:background="@color/image_readability_tint"
android:layout_width="match_parent"
android:layout_height="256dp"
app:layout_collapseMode="parallax"