admin
2021-05-11 e5ca87e89fef96c827ec37d1d91082f626cbb17d
app/src/main/res/layout/fragment_search_result.xml
@@ -14,14 +14,16 @@
            android:id="@+id/fl_search_bar_common"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <include layout="@layout/item_search_result_bar" />
        </FrameLayout>
        <FrameLayout
            android:visibility="gone"
            android:id="@+id/fl_search_bar_vip"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            android:layout_height="wrap_content"
            android:visibility="gone">
            <include layout="@layout/item_search_result_bar_vip" />
        </FrameLayout>
@@ -33,9 +35,7 @@
            <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
                android:id="@+id/rl_search"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginLeft="10dp"
                android:layout_marginRight="10dp">
                android:layout_height="wrap_content">
                <androidx.recyclerview.widget.RecyclerView