|
@@ -11,12 +11,13 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
|
+ android:background="@color/color_bg"
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
|
+ android:layout_marginTop="13dp"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:paddingStart="15dp"
|
|
android:paddingStart="15dp"
|
|
@@ -35,8 +36,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="联系人"
|
|
android:text="联系人"
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="16sp"></TextView>
|
|
|
|
|
|
+ android:textColor="#26292F"
|
|
|
|
+ android:textSize="14sp"></TextView>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -51,6 +52,7 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_marginStart="21dp"
|
|
android:layout_marginStart="21dp"
|
|
|
|
+ android:gravity="right|center"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
android:hint="@string/please_input_user_name"
|
|
android:hint="@string/please_input_user_name"
|
|
android:text="@={vm.name}"
|
|
android:text="@={vm.name}"
|
|
@@ -61,7 +63,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:background="#BBBBBB"
|
|
|
|
|
|
+ android:background="#EEEFF0"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_height="@dimen/dp_1">
|
|
android:layout_height="@dimen/dp_1">
|
|
@@ -78,8 +80,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="手机号码"
|
|
android:text="手机号码"
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="16sp">
|
|
|
|
|
|
+ android:textColor="#26292F"
|
|
|
|
+ android:textSize="14sp">
|
|
|
|
|
|
</TextView>
|
|
</TextView>
|
|
<TextView
|
|
<TextView
|
|
@@ -97,6 +99,8 @@
|
|
android:layout_marginStart="21dp"
|
|
android:layout_marginStart="21dp"
|
|
android:background="@null"
|
|
android:background="@null"
|
|
android:hint="@string/please_input_user_phone"
|
|
android:hint="@string/please_input_user_phone"
|
|
|
|
+ android:gravity="right|center"
|
|
|
|
+
|
|
android:text="@={vm.phone}"
|
|
android:text="@={vm.phone}"
|
|
android:textSize="@dimen/sp_15" />
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
|
|
@@ -107,7 +111,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:background="#BBBBBB"
|
|
|
|
|
|
+ android:background="#EEEFF0"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_height="@dimen/dp_1">
|
|
android:layout_height="@dimen/dp_1">
|
|
@@ -126,8 +130,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="选择地区"
|
|
android:text="选择地区"
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="16sp">
|
|
|
|
|
|
+ android:textColor="#26292F"
|
|
|
|
+ android:textSize="14sp">
|
|
|
|
|
|
</TextView>
|
|
</TextView>
|
|
|
|
|
|
@@ -163,7 +167,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:background="#BBBBBB"
|
|
|
|
|
|
+ android:background="#EEEFF0"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_height="@dimen/dp_1">
|
|
android:layout_height="@dimen/dp_1">
|
|
@@ -186,8 +190,8 @@
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="详细地址"
|
|
android:text="详细地址"
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="16sp">
|
|
|
|
|
|
+ android:textColor="#26292F"
|
|
|
|
+ android:textSize="14sp">
|
|
|
|
|
|
</TextView>
|
|
</TextView>
|
|
|
|
|
|
@@ -227,7 +231,6 @@
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
android:hint="街道门牌信息"
|
|
android:hint="街道门牌信息"
|
|
android:text="@{vm.address}"
|
|
android:text="@{vm.address}"
|
|
- android:paddingStart="11dp"
|
|
|
|
android:textColor="#2F2F31"
|
|
android:textColor="#2F2F31"
|
|
android:textColorHint="#929390"
|
|
android:textColorHint="#929390"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
@@ -241,7 +244,7 @@
|
|
|
|
|
|
<View
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:background="#BBBBBB"
|
|
|
|
|
|
+ android:background="#EEEFF0"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_height="@dimen/dp_1">
|
|
android:layout_height="@dimen/dp_1">
|
|
@@ -257,8 +260,8 @@
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="设为默认"
|
|
android:text="设为默认"
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="16sp">
|
|
|
|
|
|
+ android:textColor="#26292F"
|
|
|
|
+ android:textSize="14sp">
|
|
</TextView>
|
|
</TextView>
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -274,39 +277,29 @@
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
|
- android:id="@+id/ll_save"
|
|
|
|
|
|
+ <FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="50dp"
|
|
|
|
- android:layout_marginStart="10dp"
|
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
|
- android:layout_marginTop="@dimen/dp_40"
|
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
|
|
|
+ android:layout_marginStart="16dp"
|
|
android:onClick="@{v->vm.setSave()}"
|
|
android:onClick="@{v->vm.setSave()}"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:gravity="center"
|
|
|
|
- app:qmui_backgroundColor="#5D76F4"
|
|
|
|
- app:qmui_borderColor="#5D76F4"
|
|
|
|
- app:qmui_radius="@dimen/dp_4"
|
|
|
|
- app:qmui_shadowAlpha="0.56"
|
|
|
|
- app:qmui_shadowElevation="7dp">
|
|
|
|
-
|
|
|
|
|
|
+ android:layout_marginEnd="@dimen/dp_16"
|
|
|
|
+ android:layout_marginTop="25dp"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="106dp"
|
|
|
|
+ android:src="@drawable/ic_details_grab" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:textSize="@dimen/sp_16"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
|
|
+ android:layout_gravity="center"
|
|
android:text="添加"
|
|
android:text="添加"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="16sp"
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
</TextView>
|
|
</TextView>
|
|
|
|
|
|
-
|
|
|
|
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|