summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml5
1 files 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">
<RelativeLayout
- android:layout_width="@dimen/thumbnail_length_queue_item"
- android:layout_height="@dimen/thumbnail_length_queue_item">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<TextView
android:id="@+id/txtvPlaceholder"