tempus/app/src/main/res/layout/fragment_player_lyrics.xml

13 lines
528 B
XML
Raw Normal View History

<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"
style="@style/LyricsTextView"
android:layout_width="match_parent"
android:layout_height="match_parent"
2021-12-22 09:08:04 +01:00
android:paddingTop="16dp"
android:paddingStart="24dp"
android:paddingEnd="24dp"/>
</androidx.core.widget.NestedScrollView>