22 lines
No EOL
912 B
XML
22 lines
No EOL
912 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fadingEdge="vertical"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:textColor="?colorOnSecondary"
|
|
android:id="@+id/offlineLyrics"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="start"
|
|
android:lineSpacingExtra="3dp"
|
|
android:paddingStart="16dp"
|
|
android:paddingTop="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingBottom="128dp"
|
|
android:text="@string/no_lyrics_found"
|
|
android:textAppearance="@style/TextViewBody1" />
|
|
</ScrollView> |