|
|
@@ -3,14 +3,14 @@ |
|
|
|
android:orientation="vertical" |
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<ScrollView |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<!-- <ScrollView--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="match_parent">--> |
|
|
|
<!-- --> |
|
|
|
<!-- </ScrollView>--> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recycler_view" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recycler_view" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"/> |
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
android:layout_height="wrap_content"/> |
|
|
|
</LinearLayout> |