|
|
@@ -10,13 +10,19 @@ |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/main_background" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recycler_clsfbc" |
|
|
|
<ScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"/> |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recycler_clsfbc" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"/> |
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout> |