|
|
@@ -7,28 +7,18 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/title_height"
|
|
|
+ android:layout_height="50dp"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/v_cancel"
|
|
|
- android:layout_width="10dp"
|
|
|
- android:layout_height="18dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@mipmap/ic_blue_left" />
|
|
|
-
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_search"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
+ android:layout_height="31dp"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/corners_stroke_blue_01_18dp"
|
|
|
+ android:background="@drawable/corners_stork_blue_0070_5dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
@@ -36,7 +26,7 @@
|
|
|
android:id="@+id/v_search"
|
|
|
android:layout_width="14dp"
|
|
|
android:layout_height="14dp"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:background="@mipmap/ic_search_gray" />
|
|
|
|
|
|
@@ -48,23 +38,24 @@
|
|
|
android:layout_weight="1"
|
|
|
android:background="@null"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:hint="@string/home_city_select_title"
|
|
|
+ android:hint="@string/home_search_title"
|
|
|
android:imeOptions="actionSearch"
|
|
|
android:singleLine="true"
|
|
|
android:textColor="@color/text_black"
|
|
|
- android:textColorHint="@color/text_gray_aa"
|
|
|
- android:textSize="@dimen/px39_13sp" />
|
|
|
+ android:textColorHint="@color/text_gray_cc"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_search"
|
|
|
- android:layout_width="61dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@drawable/corners_blue_01_18dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/search"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/px39_13sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_cancel"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/cancel"
|
|
|
+ android:textColor="@color/text_black_44"
|
|
|
+ android:textSize="@dimen/px45_15sp" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|