2018-12-08 09:04:15 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout 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="match_parent"
|
2018-12-13 02:32:14 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
2018-12-08 09:04:15 +05:30
|
|
|
|
2019-03-28 19:02:53 +05:30
|
|
|
<com.lauzy.freedom.library.LrcView
|
2018-12-08 09:04:15 +05:30
|
|
|
android:id="@+id/lyricsView"
|
2018-12-13 02:32:14 +05:30
|
|
|
android:layout_width="match_parent"
|
2019-03-28 19:02:53 +05:30
|
|
|
android:layout_height="match_parent" />
|
2018-12-08 09:04:15 +05:30
|
|
|
</LinearLayout>
|