| @@ -12,9 +12,9 @@ | |||
| android:background="#FFFFFF" | |||
| app:leftIcon="@null" | |||
| app:leftTitleSize="@dimen/sp_18" | |||
| app:titleSize="@dimen/sp_18" | |||
| app:title="订单管理" | |||
| app:titleColor="#333333" /> | |||
| app:titleColor="#333333" | |||
| app:titleSize="@dimen/sp_18" /> | |||
| <LinearLayout | |||
| android:layout_width="match_parent" | |||
| @@ -39,17 +39,17 @@ | |||
| android:paddingVertical="@dimen/dp_8"> | |||
| <TextView | |||
| style="@style/whiteTextStyle12" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| style="@style/whiteTextStyle12" | |||
| android:text="全部" /> | |||
| <TextView | |||
| style="@style/whiteTextStyleBold18" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:layout_marginTop="7.5dp" | |||
| android:text="12" | |||
| style="@style/whiteTextStyleBold18" /> | |||
| android:text="12" /> | |||
| </LinearLayout> | |||
| @@ -64,17 +64,17 @@ | |||
| android:paddingVertical="@dimen/dp_8"> | |||
| <TextView | |||
| style="@style/whiteTextStyle12" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:text="办理中" | |||
| style="@style/whiteTextStyle12" /> | |||
| android:text="办理中" /> | |||
| <TextView | |||
| style="@style/whiteTextStyleBold18" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:layout_marginTop="7.5dp" | |||
| android:text="10" | |||
| style="@style/whiteTextStyleBold18"/> | |||
| android:text="10" /> | |||
| </LinearLayout> | |||
| @@ -88,17 +88,17 @@ | |||
| android:paddingVertical="@dimen/dp_8"> | |||
| <TextView | |||
| style="@style/whiteTextStyle12" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:text="已完成" | |||
| style="@style/whiteTextStyle12"/> | |||
| android:text="已完成" /> | |||
| <TextView | |||
| style="@style/whiteTextStyleBold18" | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:layout_marginTop="7.5dp" | |||
| android:text="3" | |||
| style="@style/whiteTextStyleBold18" /> | |||
| android:text="3" /> | |||
| </LinearLayout> | |||
| @@ -127,20 +127,14 @@ | |||
| <com.hjq.widget.view.ClearEditText | |||
| android:id="@+id/edit_query" | |||
| style="@style/EditTextStyle" | |||
| android:imeOptions="actionSearch" | |||
| android:inputType="text" | |||
| android:imeActionLabel="Search" | |||
| android:singleLine="true" | |||
| android:layout_width="match_parent" | |||
| android:layout_height="match_parent" | |||
| <<<<<<< HEAD | |||
| android:hint="请输入订单编号/车牌号" | |||
| android:paddingVertical="0dp" | |||
| android:textSize="12sp" /> | |||
| ======= | |||
| android:hint="请输入关键词" | |||
| android:paddingVertical="0dp" /> | |||
| >>>>>>> 2370f25e9bd71c3cb50ff19976ab632be5025201 | |||
| android:imeActionLabel="Search" | |||
| android:imeOptions="actionSearch" | |||
| android:inputType="text" | |||
| android:paddingVertical="0dp" | |||
| android:singleLine="true" /> | |||
| </LinearLayout> | |||