diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-03-12 00:29:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 00:29:20 +0100 |
commit | b30ac0c9dd3b2a6e5da8704ad5f0532f3c263825 (patch) | |
tree | 2b894da38613a548711f9e1691eba14a924db435 | |
parent | fc68fe4b9c7c706902679454b475409f8c14cb5a (diff) | |
parent | 14be854107a9b92b9e1126508f746295084c67a4 (diff) | |
download | AntennaPod-b30ac0c9dd3b2a6e5da8704ad5f0532f3c263825.zip |
Merge pull request #3896 from ByteHamster/white-on-white-image
Do not display white on white for transparent images
-rw-r--r-- | app/src/main/res/layout/feeditemlist_item.xml | 1 |
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"> |