| | |
| | | android:background="@null" |
| | | android:gravity="start|center_vertical" |
| | | android:hint="@string/enter_the_device_sn_and_device_name" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColorHint="@color/text_66FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textColorHint="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <ImageView |
| | |
| | | android:layout_marginEnd="@dimen/dp_21" |
| | | android:gravity="center" |
| | | android:text="@string/search" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | |
| | |
| | | android:layout_marginTop="@dimen/dp_23" |
| | | android:layout_marginEnd="@dimen/dp_21" |
| | | android:text="@string/history_search" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_16" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/power_station_search_cl"> |
| | | |
| | | <androidx.swiperefreshlayout.widget.SwipeRefreshLayout |
| | | <com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout |
| | | android:id="@+id/list_srl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | |
| | | android:id="@+id/list_rcv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
| | | </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |