| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/text_F5F7FA" |
| | | android:background="@color/text_FF000000" |
| | | tools:context=".ui.message.SearchMessageActivity"> |
| | | <!--搜索--> |
| | | <RelativeLayout |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/message_back_iv" |
| | | android:layout_width="@dimen/dp_10" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_width="@dimen/dp_30" |
| | | android:layout_height="@dimen/dp_30" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:src="@drawable/search_back" /> |
| | | android:src="@drawable/back" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | |
| | | android:layout_marginEnd="@dimen/dp_21" |
| | | android:layout_toStartOf="@+id/power_station_search_tv" |
| | | android:layout_toEndOf="@+id/back_rl" |
| | | android:background="@drawable/search_bj_ff05000000"> |
| | | android:background="@drawable/search_bj_ff1c1c1e"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/message_search_iv" |
| | |
| | | android:layout_toEndOf="@+id/message_search_iv" |
| | | android:background="@null" |
| | | android:gravity="start|center_vertical" |
| | | android:hint="Search the power station" |
| | | android:textColor="@color/text_90000000" |
| | | android:textColorHint="@color/text_40000000" |
| | | android:hint="@string/enter_alarm_name" |
| | | 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_90000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | |
| | | android:layout_marginTop="@dimen/dp_23" |
| | | android:layout_marginEnd="@dimen/dp_21" |
| | | android:text="@string/history_search" |
| | | android:textColor="@color/text_90000000" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_16" |
| | | android:textStyle="bold" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | <!--没有数据显示样式--> |
| | | <include |
| | | android:id="@+id/device_null_data_ic" |
| | | layout="@layout/null_data_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="224dp" |
| | | android:visibility="gone" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/message_search_cl" /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |