|
|
|
|
@ -1,11 +1,10 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:fitsSystemWindows="true" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
android:fitsSystemWindows="true"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
@ -39,7 +38,8 @@ |
|
|
|
|
<com.fongmi.android.tv.ui.custom.ProgressLayout |
|
|
|
|
android:id="@+id/progressLayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
@ -56,4 +56,4 @@ |
|
|
|
|
tools:listitem="@layout/adapter_file" /> |
|
|
|
|
|
|
|
|
|
</com.fongmi.android.tv.ui.custom.ProgressLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout> |