| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_11" |
| | | android:layout_toEndOf="@+id/power_station_search_iv" |
| | | android:text="Search the power station" |
| | | android:text="@string/search_station" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | </RelativeLayout> |
| | |
| | | layout="@layout/item_station" /> |
| | | |
| | | <include |
| | | android:id="@+id/hpower_station_offline_il" |
| | | android:id="@+id/power_station_offline_il" |
| | | layout="@layout/item_station" /> |
| | | |
| | | <include |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_11" |
| | | android:layout_toEndOf="@+id/device_search_iv" |
| | | android:text="Search the power station" |
| | | android:text="@string/enter_the_device_sn_and_device_name" |
| | | android:textColor="@color/text_66000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | </RelativeLayout> |
| | |
| | | |
| | | <!--没有数据显示样式--> |
| | | <include |
| | | android:id="@+id/null_data_ic" |
| | | android:id="@+id/home_null_data_ic" |
| | | layout="@layout/null_data_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="224dp" |
| | | android:layout_marginBottom="@dimen/dp_202" |
| | | android:visibility="gone" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <!--没有数据显示样式--> |
| | | <include |
| | | android:id="@+id/device_null_data_ic" |
| | | layout="@layout/null_data_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="224dp" |
| | | android:layout_marginBottom="229dp" |
| | | android:visibility="gone" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |