summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-28 14:51:11 +0100
committerByteHamster <info@bytehamster.com>2020-03-12 00:06:02 +0100
commit14be854107a9b92b9e1126508f746295084c67a4 (patch)
tree81f4c864347c315fb7a7ac807415f17206b85599 /app/src
parent37528452caa40335ddc712f969aad82beb94f06e (diff)
downloadAntennaPod-14be854107a9b92b9e1126508f746295084c67a4.zip
Do not display white on white for transparent images
or images with strange aspect ratio
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 36e0f4108..6e2f2c43c 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -38,6 +38,7 @@
android:layout_marginRight="@dimen/listitem_threeline_textleftpadding"
android:layout_marginEnd="@dimen/listitem_threeline_textleftpadding"
android:id="@+id/coverHolder"
+ app:cardBackgroundColor="#33777777"
app:cardCornerRadius="4dp"
app:cardElevation="0dp">