From 9c74b78b561cf72daefd342f60e8fd0d04c671c1 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 29 Sep 2020 10:58:56 +0200 Subject: [PATCH] Fix cropped covers on API <20 --- app/src/main/res/layout/feeditemlist_item.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index c2bcced6f..7083365e7 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -45,11 +45,12 @@ android:id="@+id/coverHolder" app:cardBackgroundColor="@color/non_square_icon_background" app:cardCornerRadius="4dp" + app:cardPreventCornerOverlap="false" app:cardElevation="0dp"> + android:layout_width="match_parent" + android:layout_height="match_parent">