|
@@ -13,7 +13,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
+ android:background="@color/color_bg"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
@@ -31,12 +31,12 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
android:text="卸货信息"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textSize="@dimen/sp_16"></TextView>
|
|
|
-
|
|
|
+ android:textColor="#545556"
|
|
|
+ android:textSize="@dimen/sp_15"></TextView>
|
|
|
|
|
|
<com.quansu.heifengwuliu.widget.EnterInfoView
|
|
|
android:id="@+id/view_enter"
|
|
@@ -48,29 +48,28 @@
|
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="7dp"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingStart="@dimen/dp_10"
|
|
|
- android:paddingTop="@dimen/dp_10"
|
|
|
- android:paddingEnd="@dimen/dp_12"
|
|
|
- android:paddingBottom="@dimen/dp_10"
|
|
|
- app:qmui_borderColor="#BFBFBF"
|
|
|
- app:qmui_borderWidth="@dimen/dp_1"
|
|
|
- app:qmui_radius="@dimen/dp_2">
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ app:qmui_radius="4dp"
|
|
|
+ >
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
android:gravity="center"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="货物名称"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
|
|
|
</TextView>
|
|
@@ -84,17 +83,24 @@
|
|
|
android:background="@null"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="请输入货物名称"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></EditText>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></EditText>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#DEDFE0"
|
|
|
+ android:layout_height="0.5dp"/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_goods_type"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -102,7 +108,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="货物类型"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
|
|
|
</TextView>
|
|
@@ -111,28 +117,32 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="请选择货物类型"
|
|
|
android:text="@{vm.goodstype}"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></TextView>
|
|
|
-
|
|
|
-
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></TextView>
|
|
|
|
|
|
<ImageView
|
|
|
- style="@style/mine_arrow_right"
|
|
|
- android:src="@drawable/mine_right" />
|
|
|
+ android:layout_width="8dp"
|
|
|
+ android:layout_height="13dp"
|
|
|
+ android:src="@drawable/img_right" />
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#DEDFE0"
|
|
|
+ android:layout_height="0.5dp"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -140,7 +150,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="单车运量"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
|
|
|
</TextView>
|
|
@@ -155,40 +165,55 @@
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:inputType="number|numberDecimal"
|
|
|
android:hint="请输入单车运输数量"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></EditText>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></EditText>
|
|
|
|
|
|
- <LinearLayout
|
|
|
+
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
android:id="@+id/ll_chose_units"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
+ android:layout_height="27dp"
|
|
|
+ android:gravity="center_vertical|center"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="4dp"
|
|
|
+ app:qmui_backgroundColor="#F5F5F5"
|
|
|
+ app:qmui_borderColor="#F5F5F5"
|
|
|
+ app:qmui_radius="@dimen/dp_1">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:hint="请选择单位"
|
|
|
- android:gravity="right"
|
|
|
- android:text="@{vm.unit}"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="#636465"
|
|
|
+ android:textSize="13sp"
|
|
|
android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></TextView>
|
|
|
+ android:text="@{vm.unit}"
|
|
|
+ android:hint="单位"
|
|
|
+ tools:text="黄色" />
|
|
|
|
|
|
<ImageView
|
|
|
- style="@style/mine_arrow_right"
|
|
|
- android:src="@drawable/mine_right" />
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_width="14dp"
|
|
|
+ android:layout_height="9dp"
|
|
|
+ android:layout_marginStart="7dp"
|
|
|
+ android:src="@drawable/ic_select_up" />
|
|
|
+
|
|
|
+
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#DEDFE0"
|
|
|
+ android:layout_height="0.5dp"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -196,7 +221,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="单价"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
|
|
|
</TextView>
|
|
@@ -210,17 +235,23 @@
|
|
|
android:background="@null"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="请输入单价"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></EditText>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></EditText>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:background="#DEDFE0"
|
|
|
+ android:layout_height="0.5dp"/>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginEnd="19dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -228,7 +259,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="总金额"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
|
|
|
</TextView>
|
|
@@ -242,9 +273,9 @@
|
|
|
android:background="@null"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="请输入总金额"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></EditText>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></EditText>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -254,24 +285,22 @@
|
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingStart="@dimen/dp_10"
|
|
|
- android:paddingTop="@dimen/dp_10"
|
|
|
- android:paddingEnd="@dimen/dp_12"
|
|
|
- android:paddingBottom="@dimen/dp_10"
|
|
|
- app:qmui_borderColor="#BFBFBF"
|
|
|
- app:qmui_borderWidth="@dimen/dp_1"
|
|
|
- app:qmui_radius="@dimen/dp_2">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="7dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ app:qmui_radius="@dimen/dp_4">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_is_insurance"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingStart="8dp"
|
|
|
+ android:paddingEnd="8dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -279,7 +308,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="是否购买保险"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16">
|
|
|
</TextView>
|
|
|
|
|
@@ -288,32 +317,35 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="请选择"
|
|
|
android:text="@{vm.insurance}"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></TextView>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></TextView>
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- style="@style/mine_arrow_right"
|
|
|
- android:src="@drawable/mine_right" />
|
|
|
+ android:layout_width="8dp"
|
|
|
+ android:layout_height="13dp"
|
|
|
+ android:src="@drawable/img_right" />
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_1"
|
|
|
- android:background="#C2C2C2" />
|
|
|
+ android:layout_height="0.5dp"
|
|
|
+ android:background="#DEDFE0" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_driver"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingStart="8dp"
|
|
|
+ android:paddingEnd="8dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -331,18 +363,19 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center_vertical|right"
|
|
|
android:hint="不指定/请选择"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#BBBBBB"
|
|
|
- android:textSize="@dimen/sp_15"></TextView>
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13"></TextView>
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- style="@style/mine_arrow_right"
|
|
|
- android:src="@drawable/mine_right" />
|
|
|
+ android:layout_width="8dp"
|
|
|
+ android:layout_height="13dp"
|
|
|
+ android:src="@drawable/img_right" />
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -354,132 +387,136 @@
|
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginEnd="7dp"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingStart="@dimen/dp_10"
|
|
|
- android:paddingTop="@dimen/dp_10"
|
|
|
- android:paddingEnd="@dimen/dp_12"
|
|
|
- android:paddingBottom="@dimen/dp_10"
|
|
|
- app:qmui_borderColor="#BFBFBF"
|
|
|
- app:qmui_borderWidth="@dimen/dp_1"
|
|
|
- app:qmui_radius="@dimen/dp_2">
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ android:paddingStart="8dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ app:qmui_radius="@dimen/dp_4">
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
android:text="备注"
|
|
|
- android:textColor="#101010"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
android:textSize="@dimen/sp_16"></TextView>
|
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:padding="@dimen/dp_4"
|
|
|
- app:qmui_backgroundColor="#F4EFEF"
|
|
|
- app:qmui_borderColor="#F4EFEF"
|
|
|
+ android:layout_height="109dp"
|
|
|
+ android:paddingStart="10dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:paddingTop="12dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ app:qmui_backgroundColor="#F5F5F5"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ app:qmui_borderColor="#F5F5F5"
|
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
|
app:qmui_radius="@dimen/dp_2">
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_data"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:background="@null"
|
|
|
android:hint="请输入备注信息"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textColorHint="#E9E4E4"
|
|
|
- android:textSize="@dimen/sp_15">
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13">
|
|
|
|
|
|
</EditText>
|
|
|
|
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
|
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_agree"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_agree"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:layout_marginEnd="6dp"
|
|
|
+ android:src="@{vm.isAgree==0?@drawable/ic_chose_off:@drawable/ic_chose_on,default=@drawable/ic_chose_on}"
|
|
|
+ />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_agree"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="我已阅读并同意"
|
|
|
+ android:textColor="#979899"
|
|
|
+ android:textSize="@dimen/sp_13">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_agree"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:src="@{vm.isAgree==0?@drawable/ic_chose_off:@drawable/ic_chose_on,default=@drawable/ic_chose_on}"
|
|
|
- />
|
|
|
+ </TextView>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="我已阅读并同意"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textSize="@dimen/sp_16">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="《平台运输协议》"
|
|
|
+ android:textColor="#F5C042"
|
|
|
+ android:textSize="@dimen/sp_13">
|
|
|
|
|
|
- </TextView>
|
|
|
+ </TextView>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="《平台运输协议》"
|
|
|
- android:textColor="#B54943"
|
|
|
- android:textSize="@dimen/sp_16">
|
|
|
|
|
|
- </TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_public"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_public"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:layout_marginEnd="6dp"
|
|
|
+ android:src="@{vm.isPush==0?@drawable/ic_chose_off:@drawable/ic_chose_on,default=@drawable/ic_chose_on}"
|
|
|
+ />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_public"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_marginStart="@dimen/dp_12"
|
|
|
- android:layout_marginEnd="@dimen/dp_12"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="发布到"
|
|
|
+ android:textColor="#979899"
|
|
|
+ android:textSize="@dimen/sp_13">
|
|
|
+
|
|
|
+ </TextView>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_public"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:src="@{vm.isPush==0?@drawable/ic_chose_off:@drawable/ic_chose_on,default=@drawable/ic_chose_on}"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=" 货源大厅"
|
|
|
+ android:textColor="#F5C042"
|
|
|
+ android:textSize="@dimen/sp_13">
|
|
|
|
|
|
+ </TextView>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="发布到"
|
|
|
- android:textColor="#101010"
|
|
|
- android:textSize="@dimen/sp_16">
|
|
|
|
|
|
- </TextView>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text=" 货源大厅"
|
|
|
- android:textColor="#B54943"
|
|
|
- android:textSize="@dimen/sp_16">
|
|
|
|
|
|
- </TextView>
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
|
|
<View
|
|
@@ -523,7 +560,7 @@
|
|
|
android:id="@+id/tv_publish"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="#5D76F4"
|
|
|
+ android:background="#F4B43E"
|
|
|
android:gravity="center"
|
|
|
android:text="发布货源信息"
|
|
|
android:textColor="@color/white"
|