mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
12 lines
490 B
XML
12 lines
490 B
XML
<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/BodyLarge"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingStart="24dp"
|
|
android:paddingEnd="24dp" />
|
|
</androidx.core.widget.NestedScrollView> |