From 14be854107a9b92b9e1126508f746295084c67a4 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 28 Feb 2020 14:51:11 +0100 Subject: Do not display white on white for transparent images or images with strange aspect ratio --- app/src/main/res/layout/feeditemlist_item.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') 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"> -- cgit v1.2.3