2021-12-20 18:15:09 +01:00
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/now_playing_song_lyrics_text_view"
|
2022-01-13 10:38:46 +01:00
|
|
|
style="@style/BodyLarge"
|
2021-12-20 18:15:09 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingStart="24dp"
|
2022-01-13 10:38:46 +01:00
|
|
|
android:paddingEnd="24dp" />
|
2021-12-20 18:15:09 +01:00
|
|
|
</androidx.core.widget.NestedScrollView>
|