Fix image doesn't use all view width with new image loader.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2018-07-15 12:19:48 +02:00
parent 0f83368755
commit 5573634ded
1 changed files with 2 additions and 2 deletions

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"