mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-30 17:04:51 +01:00
Merge pull request #207 from Tapchicoma/fix-album-list-image-size
Set album list item image size to fixed value.
This commit is contained in:
commit
36e813bed7
@ -8,8 +8,8 @@
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/album_coverart"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_width="64dp"
|
||||
a:layout_height="64dp"
|
||||
a:layout_gravity="left|center_vertical"
|
||||
a:paddingLeft="3dip"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user