123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- <?xml version="1.0" encoding="utf-8"?>
- <layout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools">
- <data>
- <variable
- name="vm"
- type="com.quansu.heifengwuliu.vmodel.OwnerMoreVModel" />
- </data>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <com.quansu.heifengwuliu.widget.ShipmentHeadView
- android:id="@+id/view_head"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- </com.quansu.heifengwuliu.widget.ShipmentHeadView>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/dp_10"
- android:layout_marginTop="@dimen/dp_10"
- android:text="卸货信息"
- android:textColor="#101010"
- android:textSize="@dimen/sp_16"></TextView>
- <LinearLayout
- android:id="@+id/ll_operation"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_marginTop="10dp"
- android:background="@color/white"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="12dp">
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="操作"
- android:textColor="#1E1E1E"
- android:textSize="16sp">
- </TextView>
- <ImageView
- android:layout_width="22dp"
- android:layout_height="22dp"
- android:layout_marginLeft="8dp"
- android:padding="2dp"
- android:src="@drawable/money_add"
- android:visibility="visible">
- </ImageView>
- </LinearLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <androidx.recyclerview.widget.RecyclerView
- android:id="@+id/recycler_view"
- android:layout_width="match_parent"
- app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
- tools:listitem="@layout/item_outcar"
- android:nestedScrollingEnabled="false"
- android:layout_height="wrap_content">
- </androidx.recyclerview.widget.RecyclerView>
- </RelativeLayout>
- <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">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="总金额"
- android:textColor="#101010"
- android:textSize="@dimen/sp_16">
- </TextView>
- <TextView
- android:id="@+id/tv_total_money"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/dp_10"
- android:gravity="center_vertical|right"
- android:textColor="#101010"
- android:textColorHint="#BBBBBB"
- android:textSize="@dimen/sp_15"></TextView>
- </LinearLayout>
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
- <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">
- <LinearLayout
- android:id="@+id/ll_is_insurance"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="是否购买保险"
- android:textColor="#101010"
- android:textSize="@dimen/sp_16">
- </TextView>
- <TextView
- android:id="@+id/tv_is_insurance"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/dp_10"
- android:layout_marginEnd="@dimen/dp_10"
- 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>
- <ImageView
- style="@style/mine_arrow_right"
- android:src="@drawable/mine_right" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_1"
- android:background="#C2C2C2" />
- <LinearLayout
- android:id="@+id/ll_driver"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="指定常用司机"
- android:textColor="#101010"
- android:textSize="@dimen/sp_16">
- </TextView>
- <TextView
- android:id="@+id/tv_driver"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/dp_10"
- android:layout_marginEnd="@dimen/dp_10"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:hint="不指定/请选择"
- android:textColor="#101010"
- android:textColorHint="#BBBBBB"
- android:textSize="@dimen/sp_15"></TextView>
- <ImageView
- style="@style/mine_arrow_right"
- android:src="@drawable/mine_right" />
- </LinearLayout>
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
- <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">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/dp_10"
- android:text="备注"
- android:textColor="#101010"
- 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"
- 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:background="@null"
- android:hint="请输入备注信息"
- android:textColor="#101010"
- android:textColorHint="#E9E4E4"
- android:textSize="@dimen/sp_15">
- </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_marginStart="@dimen/dp_12"
- android:layout_marginTop="@dimen/dp_10"
- android:layout_marginEnd="@dimen/dp_12"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <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
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="我已阅读并同意"
- android:textColor="#101010"
- android:textSize="@dimen/sp_16">
- </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:layout_marginStart="@dimen/dp_12"
- android:layout_marginEnd="@dimen/dp_12"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <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="#101010"
- android:textSize="@dimen/sp_16">
- </TextView>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text=" 货源大厅"
- android:textColor="#B54943"
- android:textSize="@dimen/sp_16">
- </TextView>
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_1"
- android:background="#C2C2C2" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_50"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center">
- <EditText
- android:id="@+id/et_car_nums"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@null"
- android:gravity="center"
- android:hint="请输入所需车辆数目"
- android:textColor="#101010"
- android:text="1"
- android:textColorHint="#BBBBBB"
- android:textSize="@dimen/sp_15"></EditText>
- <ImageView
- android:layout_width="20dp"
- android:layout_height="20dp"
- android:layout_marginStart="@dimen/dp_5"
- android:layout_marginEnd="@dimen/dp_10"
- android:src="@drawable/need_numbers" />
- </LinearLayout>
- <TextView
- android:id="@+id/tv_publish"
- android:layout_width="150dp"
- android:layout_height="match_parent"
- android:background="#5D76F4"
- android:gravity="center"
- android:text="发布货源信息"
- android:textColor="@color/white"
- android:textSize="@dimen/sp_16">
- </TextView>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </layout>
|