RetroMusicPlayer/app/src/main/res/layout/fragment_synced.xml

13 lines
574 B
XML
Raw Normal View History

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"
2019-11-12 23:02:30 +05:30
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
2018-12-08 09:04:15 +05:30
2019-04-15 08:14:48 +05:30
<code.name.monkey.retromusic.lyrics.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"
android:layout_height="match_parent" />
2018-12-08 09:04:15 +05:30
</LinearLayout>