2018-12-08 09:04:15 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-12-13 02:32:14 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-12-08 09:04:15 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-12-13 02:32:14 +05:30
|
|
|
android:fadingEdge="vertical"
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
2018-12-08 09:04:15 +05:30
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/offlineLyrics"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="start"
|
|
|
|
android:lineSpacingExtra="3dp"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:text="@string/no_lyrics_found"
|
2018-12-13 02:32:14 +05:30
|
|
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1" />
|
2018-12-08 09:04:15 +05:30
|
|
|
</ScrollView>
|