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:
commit
bac78f91c0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user