mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-04 01:21:05 +03:00
Use fill_parent in landscape view
This commit is contained in:
parent
84025e8384
commit
052a84226c
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
a:id="@+id/current_playing_album_art_image"
|
a:id="@+id/current_playing_album_art_image"
|
||||||
a:layout_width="wrap_content"
|
a:layout_width="fill_parent"
|
||||||
a:layout_height="wrap_content"
|
a:layout_height="fill_parent"
|
||||||
a:alpha="0.2"
|
a:alpha="0.2"
|
||||||
a:contentDescription="@string/albumArt"
|
a:contentDescription="@string/albumArt"
|
||||||
a:scaleType="centerCrop" />
|
a:scaleType="centerCrop" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user