| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/text_FF161616" |
| | | android:background="@color/text_FF000000" |
| | | tools:context=".ui.powerstation.HouseSearchActivity"> |
| | | <!--搜索--> |
| | | <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/power_station_search_iv" |
| | |
| | | android:background="@null" |
| | | android:gravity="start|center_vertical" |
| | | android:hint="@string/search_station" |
| | | 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_66FFFFFF" |
| | | android:textColor="@color/text_FF5B5B5B" |
| | | android:textSize="@dimen/text_16" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |