Use fill_parent in landscape view

This commit is contained in:
birdbird 2022-07-10 10:44:25 +00:00
parent 84025e8384
commit 052a84226c

View File

@ -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" />