[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

@ -57,6 +57,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_full_card_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:elevation="20dp"
android:layout_gravity="center"/>
</FrameLayout>
<FrameLayout
@ -71,5 +79,6 @@
android:layout_height="match_parent"
tools:layout="@layout/fragment_adaptive_player_playback_controls" />
</FrameLayout>
</LinearLayout>
</FrameLayout>