| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/power_station_label_top_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="174dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="@dimen/dp_13"> |
| | | <!--搜索--> |
| | | <RelativeLayout |
| | |
| | | android:id="@+id/fragment_house_srl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginTop="@dimen/dp_21" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | <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" /> |
| | | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
| | | |
| | | |