summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-03-12 00:29:20 +0100
committerGitHub <noreply@github.com>2020-03-12 00:29:20 +0100
commitb30ac0c9dd3b2a6e5da8704ad5f0532f3c263825 (patch)
tree2b894da38613a548711f9e1691eba14a924db435 /app/src/main/res/layout
parentfc68fe4b9c7c706902679454b475409f8c14cb5a (diff)
parent14be854107a9b92b9e1126508f746295084c67a4 (diff)
downloadAntennaPod-b30ac0c9dd3b2a6e5da8704ad5f0532f3c263825.zip
Merge pull request #3896 from ByteHamster/white-on-white-image
Do not display white on white for transparent images
Diffstat (limited to 'app/src/main/res/layout')
-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">