|
|
@@ -1,11 +1,15 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
+<android.support.v4.widget.NestedScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
@@ -102,5 +106,5 @@
|
|
|
</android.support.v7.widget.RecyclerView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-</LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+</android.support.v4.widget.NestedScrollView>
|