Merge pull request #4462 from ByteHamster/fix-cropped-covers
Fix cropped covers on API <20
This commit is contained in:
commit
07324b4e5e
@ -45,11 +45,12 @@
|
|||||||
android:id="@+id/coverHolder"
|
android:id="@+id/coverHolder"
|
||||||
app:cardBackgroundColor="@color/non_square_icon_background"
|
app:cardBackgroundColor="@color/non_square_icon_background"
|
||||||
app:cardCornerRadius="4dp"
|
app:cardCornerRadius="4dp"
|
||||||
|
app:cardPreventCornerOverlap="false"
|
||||||
app:cardElevation="0dp">
|
app:cardElevation="0dp">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="@dimen/thumbnail_length_queue_item"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/thumbnail_length_queue_item">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/txtvPlaceholder"
|
android:id="@+id/txtvPlaceholder"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user