| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/fragment_house_list_head_rl"> |
| | | app:layout_constraintTop_toBottomOf="@+id/fragment_house_list_head_rl" |
| | | > |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/fragment_house_srl_list_rc" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | android:layout_height="match_parent" |
| | | android:clipToPadding="false" |
| | | android:paddingBottom="@dimen/dp_16" |
| | | /> |
| | | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
| | | |
| | | |