Administrator
2021-11-06 9178a17fda334ae4fb1df7ddefcdae9bbc40400b
app/src/main/res/layout/fragment_sub_hall.xml
@@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools">
    <RadioGroup
@@ -63,7 +64,19 @@
        app:layout_constraintHorizontal_weight="1"
        app:layout_constraintHorizontal_chainStyle="spread" />
    <com.scwang.smart.refresh.layout.SmartRefreshLayout
        android:id="@+id/smart_refresh"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintTop_toBottomOf="@id/radio_group"
        app:layout_constraintBottom_toBottomOf="parent" >
        <androidx.core.widget.NestedScrollView
            android:layout_width="match_parent"
            android:layout_height="match_parent">
            <androidx.constraintlayout.widget.ConstraintLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content">
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/layout"
        android:layout_width="match_parent"
@@ -72,10 +85,10 @@
        android:elevation="@dimen/small_radios"
        android:layout_margin="@dimen/activity_horizontal_margin"
        android:padding="@dimen/frame_margin_lr"
        app:layout_constraintTop_toBottomOf="@id/radio_group"
                    app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintBottom_toTopOf="@id/include_refresh_recycler">
                    app:layout_constraintBottom_toTopOf="@id/recycler">
        <include layout="@layout/hall_item_top"
@@ -122,12 +135,20 @@
    </androidx.constraintlayout.widget.ConstraintLayout>
    <include layout="@layout/refresh_recycler"
        android:id="@+id/include_refresh_recycler"
                <androidx.recyclerview.widget.RecyclerView
                    android:id="@+id/recycler"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintTop_toBottomOf="@id/layout"
        app:layout_constraintBottom_toBottomOf="parent"/>
                    android:layout_height="wrap_content"
                    android:overScrollMode="never"
                    android:padding="@dimen/activity_horizontal_margin"
                    tools:listitem="@layout/homt_item_recommend"
                    app:layout_constraintLeft_toLeftOf="parent"
                    app:layout_constraintRight_toRightOf="parent"
                    app:layout_constraintTop_toBottomOf="@id/layout"/>
            </androidx.constraintlayout.widget.ConstraintLayout>
        </androidx.core.widget.NestedScrollView>
    </com.scwang.smart.refresh.layout.SmartRefreshLayout>
</androidx.constraintlayout.widget.ConstraintLayout>