[Now Playing] Added simple lyrics to full album cover themes

This commit is contained in:
Prathamesh More 2021-12-22 22:25:55 +05:30
parent 1648fc6ef3
commit 9e00965103
8 changed files with 262 additions and 34 deletions

View file

@ -19,6 +19,13 @@
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_full_cover" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/cover_lyrics"
android:name="code.name.monkey.retromusic.fragments.other.CoverLyricsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:elevation="20dp" />
<include layout="@layout/shadow_statusbar_toolbar" />
<FrameLayout