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"

View file

@ -4,6 +4,9 @@
<color name="subtitleTextColor">#9B9B9B</color>
<color name="dividerColor">#404040</color>
<color name="lyricsTextColor">#DADADA</color>
<color name="shadowsLyricsTextColor">#606060</color>
<color name="searchPlaceholderColor">#CFCFCF</color>
<color name="searchColor">#DADADA</color>
</resources>

View file

@ -61,6 +61,9 @@
<color name="dividerColor">#e0e0e0</color>
<color name="white">#FFFFFF</color>
<color name="lyricsTextColor">#252525</color>
<color name="shadowsLyricsTextColor">#B4B4B4</color>
<color name="searchPlaceholderColor">#303030</color>
<color name="searchColor">#252525</color>