Center cover art on now playing screen

This commit is contained in:
Andrew Rabert 2018-03-27 23:58:19 -04:00
parent c7a49ee88e
commit be1dc7d8c9
1 changed files with 2 additions and 3 deletions

View File

@ -27,14 +27,13 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical">
<net.nullsum.audinaut.view.RecyclingImageView
android:id="@+id/download_album_art_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|top"
android:layout_height="match_parent"
android:scaleType="fitCenter" />
<LinearLayout