1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-19 03:40:35 +01:00

Merge pull request #213 from ultrasonic/fix-image-size

Fix image doesn't use all view width with new image loader.
This commit is contained in:
Yahor Berdnikau 2018-07-15 12:24:35 +02:00 committed by GitHub
commit bac78f91c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@
<ImageView
a:id="@+id/download_album_art_image"
a:layout_width="wrap_content"
a:layout_height="fill_parent"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:scaleType="centerCrop"
a:layout_alignParentTop="true"
a:layout_centerInParent="true"