| | |
| | | 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> |
| | | |
| | |
| | | <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 |