| | |
| | | <LinearLayout |
| | | android:id="@+id/message_cl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="98dp" |
| | | android:layout_height="77dp" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | android:orientation="vertical" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | <LinearLayout |
| | | android:id="@+id/message_tab_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_62" |
| | | android:layout_height="@dimen/dp_22" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | android:orientation="horizontal"> |
| | | <!--全部设备--> |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <androidx.swiperefreshlayout.widget.SwipeRefreshLayout |
| | | <com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout |
| | | android:id="@+id/message_srl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/message_rcv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
| | | android:layout_height="match_parent" |
| | | android:clipToPadding="false" |
| | | android:paddingBottom="@dimen/dp_10" |
| | | /> |
| | | </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout> |
| | | |
| | | <!--没有数据显示样式--> |
| | | <include |