mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-28 14:42:16 +03:00
Merge branch 'ui' into 'develop'
Use fill_parent in landscape view See merge request ultrasonic/ultrasonic!783
This commit is contained in:
commit
86d764a46a
@ -22,8 +22,8 @@
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/current_playing_album_art_image"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:alpha="0.2"
|
||||
a:contentDescription="@string/albumArt"
|
||||
a:scaleType="centerCrop" />
|
||||
@ -132,4 +132,4 @@
|
||||
<include layout="@layout/current_playlist" />
|
||||
</ViewFlipper>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user