mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-20 12:49:53 +01:00
Fix cropped covers on API <20
This commit is contained in:
parent
6b173d0c1a
commit
9c74b78b56
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user