|
|
|
|
@ -1,15 +1,15 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<androidx.core.widget.NestedScrollView 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"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:descendantFocusability="blocksDescendants" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@color/transparent"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
@ -17,7 +17,8 @@ |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:gravity="center_vertical"> |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
@ -38,14 +39,28 @@ |
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</com.google.android.material.appbar.AppBarLayout> |
|
|
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:padding="8dp" /> |
|
|
|
|
android:descendantFocusability="blocksDescendants" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:padding="8dp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout> |