feat: implemented synchronized lyrics display

This commit is contained in:
CappielloAntonio 2024-02-17 23:44:49 +01:00
parent 111a17350b
commit e35aed9cc4
7 changed files with 240 additions and 24 deletions

View file

@ -32,6 +32,7 @@
app:layout_constraintTop_toBottomOf="@+id/empty_description_image_view" />
<androidx.core.widget.NestedScrollView
android:id="@+id/now_playing_song_lyrics_sroll_view"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"