fragment_ownersingle.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools">
  5. <data>
  6. </data>
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:background="@color/white"
  11. android:orientation="vertical">
  12. <ScrollView
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:scrollbars="none">
  16. <LinearLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:orientation="vertical">
  20. <LinearLayout
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:gravity="center_vertical"
  24. android:orientation="horizontal">
  25. <net.lucode.hackware.magicindicator.MagicIndicator
  26. android:id="@+id/sl_indicator"
  27. android:layout_width="0dp"
  28. android:layout_height="40dp"
  29. android:layout_weight="1">
  30. </net.lucode.hackware.magicindicator.MagicIndicator>
  31. <ImageView
  32. android:id="@+id/img_next"
  33. android:layout_width="20dp"
  34. android:layout_height="20dp"
  35. android:src="@drawable/mine_right" />
  36. </LinearLayout>
  37. <LinearLayout
  38. android:layout_width="match_parent"
  39. android:layout_height="100dp"
  40. android:gravity="center_vertical"
  41. android:orientation="horizontal">
  42. <ImageView
  43. android:id="@+id/img_up"
  44. android:layout_width="20dp"
  45. android:layout_height="20dp"
  46. android:layout_marginStart="12dp"
  47. android:layout_marginEnd="10dp"
  48. android:src="@drawable/img_left" />
  49. <androidx.viewpager.widget.ViewPager
  50. android:id="@+id/view_pager"
  51. android:layout_width="0dp"
  52. android:layout_height="match_parent"
  53. android:layout_weight="1">
  54. </androidx.viewpager.widget.ViewPager>
  55. <ImageView
  56. android:id="@+id/img_down"
  57. android:layout_width="20dp"
  58. android:layout_height="20dp"
  59. android:layout_marginStart="10dp"
  60. android:layout_marginEnd="12dp"
  61. android:src="@drawable/img_right" />
  62. </LinearLayout>
  63. <com.quansu.heifengwuliu.widget.AddressItemView
  64. android:id="@+id/view_out"
  65. android:layout_width="match_parent"
  66. android:layout_height="wrap_content"
  67. >
  68. </com.quansu.heifengwuliu.widget.AddressItemView>
  69. <TextView
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:layout_marginStart="@dimen/dp_10"
  73. android:layout_marginTop="@dimen/dp_10"
  74. android:text="卸货信息"
  75. android:textColor="#101010"
  76. android:textSize="@dimen/sp_16"></TextView>
  77. <com.quansu.heifengwuliu.widget.AddressItemView
  78. android:id="@+id/view_enter"
  79. android:layout_width="match_parent"
  80. android:layout_height="wrap_content"
  81. >
  82. </com.quansu.heifengwuliu.widget.AddressItemView>
  83. <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
  84. android:layout_width="match_parent"
  85. android:layout_height="wrap_content"
  86. android:layout_marginStart="@dimen/dp_12"
  87. android:layout_marginTop="@dimen/dp_10"
  88. android:layout_marginEnd="@dimen/dp_12"
  89. android:orientation="vertical"
  90. android:paddingStart="@dimen/dp_10"
  91. android:paddingTop="@dimen/dp_10"
  92. android:paddingEnd="@dimen/dp_12"
  93. android:paddingBottom="@dimen/dp_10"
  94. app:qmui_borderColor="#BFBFBF"
  95. app:qmui_borderWidth="@dimen/dp_1"
  96. app:qmui_radius="@dimen/dp_2">
  97. <LinearLayout
  98. android:layout_width="match_parent"
  99. android:layout_height="40dp"
  100. android:gravity="center"
  101. android:orientation="horizontal">
  102. <TextView
  103. android:layout_width="wrap_content"
  104. android:layout_height="wrap_content"
  105. android:text="货物名称"
  106. android:textColor="#101010"
  107. android:textSize="@dimen/sp_16">
  108. </TextView>
  109. <EditText
  110. android:layout_width="0dp"
  111. android:layout_height="wrap_content"
  112. android:layout_marginStart="@dimen/dp_10"
  113. android:layout_weight="1"
  114. android:background="@null"
  115. android:gravity="center_vertical|right"
  116. android:hint="请输入详细地址"
  117. android:textColor="#101010"
  118. android:textColorHint="#BBBBBB"
  119. android:textSize="@dimen/sp_15"></EditText>
  120. </LinearLayout>
  121. <LinearLayout
  122. android:layout_width="match_parent"
  123. android:layout_height="40dp"
  124. android:gravity="center"
  125. android:orientation="horizontal">
  126. <TextView
  127. android:layout_width="wrap_content"
  128. android:layout_height="wrap_content"
  129. android:text="货物类型"
  130. android:textColor="#101010"
  131. android:textSize="@dimen/sp_16">
  132. </TextView>
  133. <TextView
  134. android:layout_width="0dp"
  135. android:layout_height="wrap_content"
  136. android:layout_marginStart="@dimen/dp_10"
  137. android:layout_marginEnd="@dimen/dp_10"
  138. android:layout_weight="1"
  139. android:gravity="center_vertical|right"
  140. android:hint="请选择货物类型"
  141. android:textColor="#101010"
  142. android:textColorHint="#BBBBBB"
  143. android:textSize="@dimen/sp_15"></TextView>
  144. <ImageView
  145. style="@style/mine_arrow_right"
  146. android:src="@drawable/mine_right" />
  147. </LinearLayout>
  148. <LinearLayout
  149. android:layout_width="match_parent"
  150. android:layout_height="40dp"
  151. android:gravity="center"
  152. android:orientation="horizontal">
  153. <TextView
  154. android:layout_width="wrap_content"
  155. android:layout_height="wrap_content"
  156. android:text="单车运量"
  157. android:textColor="#101010"
  158. android:textSize="@dimen/sp_16">
  159. </TextView>
  160. <EditText
  161. android:layout_width="0dp"
  162. android:layout_height="wrap_content"
  163. android:layout_marginStart="@dimen/dp_10"
  164. android:layout_weight="1"
  165. android:background="@null"
  166. android:gravity="center_vertical|right"
  167. android:hint="请输入单车运输数量"
  168. android:textColor="#101010"
  169. android:textColorHint="#BBBBBB"
  170. android:textSize="@dimen/sp_15"></EditText>
  171. <TextView
  172. android:layout_width="wrap_content"
  173. android:layout_height="wrap_content"
  174. android:layout_marginStart="@dimen/dp_10"
  175. android:layout_marginEnd="@dimen/dp_10"
  176. android:hint="请选择单位"
  177. android:textColor="#101010"
  178. android:textColorHint="#BBBBBB"
  179. android:textSize="@dimen/sp_15"></TextView>
  180. <ImageView
  181. style="@style/mine_arrow_right"
  182. android:src="@drawable/mine_right" />
  183. </LinearLayout>
  184. <LinearLayout
  185. android:layout_width="match_parent"
  186. android:layout_height="40dp"
  187. android:gravity="center"
  188. android:orientation="horizontal">
  189. <TextView
  190. android:layout_width="wrap_content"
  191. android:layout_height="wrap_content"
  192. android:text="单价"
  193. android:textColor="#101010"
  194. android:textSize="@dimen/sp_16">
  195. </TextView>
  196. <EditText
  197. android:layout_width="0dp"
  198. android:layout_height="wrap_content"
  199. android:layout_marginStart="@dimen/dp_10"
  200. android:layout_weight="1"
  201. android:background="@null"
  202. android:gravity="center_vertical|right"
  203. android:hint="请输入单价"
  204. android:textColor="#101010"
  205. android:textColorHint="#BBBBBB"
  206. android:textSize="@dimen/sp_15"></EditText>
  207. </LinearLayout>
  208. <LinearLayout
  209. android:layout_width="match_parent"
  210. android:layout_height="40dp"
  211. android:gravity="center"
  212. android:orientation="horizontal">
  213. <TextView
  214. android:layout_width="wrap_content"
  215. android:layout_height="wrap_content"
  216. android:text="总金额"
  217. android:textColor="#101010"
  218. android:textSize="@dimen/sp_16">
  219. </TextView>
  220. <EditText
  221. android:layout_width="0dp"
  222. android:layout_height="wrap_content"
  223. android:layout_marginStart="@dimen/dp_10"
  224. android:layout_weight="1"
  225. android:background="@null"
  226. android:gravity="center_vertical|right"
  227. android:hint="请输入总金额"
  228. android:textColor="#101010"
  229. android:textColorHint="#BBBBBB"
  230. android:textSize="@dimen/sp_15"></EditText>
  231. </LinearLayout>
  232. </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
  233. <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
  234. android:layout_width="match_parent"
  235. android:layout_height="wrap_content"
  236. android:layout_marginStart="@dimen/dp_12"
  237. android:layout_marginTop="@dimen/dp_10"
  238. android:layout_marginEnd="@dimen/dp_12"
  239. android:orientation="vertical"
  240. android:paddingStart="@dimen/dp_10"
  241. android:paddingTop="@dimen/dp_10"
  242. android:paddingEnd="@dimen/dp_12"
  243. android:paddingBottom="@dimen/dp_10"
  244. app:qmui_borderColor="#BFBFBF"
  245. app:qmui_borderWidth="@dimen/dp_1"
  246. app:qmui_radius="@dimen/dp_2">
  247. <LinearLayout
  248. android:layout_width="match_parent"
  249. android:layout_height="40dp"
  250. android:gravity="center"
  251. android:orientation="horizontal">
  252. <TextView
  253. android:layout_width="wrap_content"
  254. android:layout_height="wrap_content"
  255. android:text="是否购买保险"
  256. android:textColor="#101010"
  257. android:textSize="@dimen/sp_16">
  258. </TextView>
  259. <TextView
  260. android:layout_width="0dp"
  261. android:layout_height="wrap_content"
  262. android:layout_marginStart="@dimen/dp_10"
  263. android:layout_marginEnd="@dimen/dp_10"
  264. android:layout_weight="1"
  265. android:gravity="center_vertical|right"
  266. android:hint="请选择"
  267. android:textColor="#101010"
  268. android:textColorHint="#BBBBBB"
  269. android:textSize="@dimen/sp_15"></TextView>
  270. <ImageView
  271. style="@style/mine_arrow_right"
  272. android:src="@drawable/mine_right" />
  273. </LinearLayout>
  274. <View
  275. android:layout_width="match_parent"
  276. android:layout_height="@dimen/dp_1"
  277. android:background="#C2C2C2" />
  278. <LinearLayout
  279. android:layout_width="match_parent"
  280. android:layout_height="40dp"
  281. android:gravity="center"
  282. android:orientation="horizontal">
  283. <TextView
  284. android:layout_width="wrap_content"
  285. android:layout_height="wrap_content"
  286. android:text="指定常用司机"
  287. android:textColor="#101010"
  288. android:textSize="@dimen/sp_16">
  289. </TextView>
  290. <TextView
  291. android:layout_width="0dp"
  292. android:layout_height="wrap_content"
  293. android:layout_marginStart="@dimen/dp_10"
  294. android:layout_marginEnd="@dimen/dp_10"
  295. android:layout_weight="1"
  296. android:gravity="center_vertical|right"
  297. android:hint="不指定/请选择"
  298. android:textColor="#101010"
  299. android:textColorHint="#BBBBBB"
  300. android:textSize="@dimen/sp_15"></TextView>
  301. <ImageView
  302. style="@style/mine_arrow_right"
  303. android:src="@drawable/mine_right" />
  304. </LinearLayout>
  305. </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
  306. <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
  307. android:layout_width="match_parent"
  308. android:layout_height="wrap_content"
  309. android:layout_marginStart="@dimen/dp_12"
  310. android:layout_marginTop="@dimen/dp_10"
  311. android:layout_marginEnd="@dimen/dp_12"
  312. android:orientation="vertical"
  313. android:paddingStart="@dimen/dp_10"
  314. android:paddingTop="@dimen/dp_10"
  315. android:paddingEnd="@dimen/dp_12"
  316. android:paddingBottom="@dimen/dp_10"
  317. app:qmui_borderColor="#BFBFBF"
  318. app:qmui_borderWidth="@dimen/dp_1"
  319. app:qmui_radius="@dimen/dp_2">
  320. <TextView
  321. android:layout_width="wrap_content"
  322. android:layout_height="wrap_content"
  323. android:layout_marginTop="@dimen/dp_10"
  324. android:text="备注"
  325. android:textColor="#101010"
  326. android:textSize="@dimen/sp_16"></TextView>
  327. <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
  328. android:layout_width="match_parent"
  329. android:layout_height="60dp"
  330. android:padding="@dimen/dp_4"
  331. app:qmui_backgroundColor="#F4EFEF"
  332. app:qmui_borderColor="#F4EFEF"
  333. app:qmui_borderWidth="@dimen/dp_1"
  334. app:qmui_radius="@dimen/dp_2">
  335. <EditText
  336. android:layout_width="match_parent"
  337. android:layout_height="match_parent"
  338. android:background="@null"
  339. android:hint="请输入备注信息"
  340. android:textColor="#101010"
  341. android:textColorHint="#E9E4E4"
  342. android:textSize="@dimen/sp_15">
  343. </EditText>
  344. </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
  345. </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
  346. <LinearLayout
  347. android:layout_width="match_parent"
  348. android:layout_height="40dp"
  349. android:layout_marginStart="@dimen/dp_12"
  350. android:layout_marginTop="@dimen/dp_10"
  351. android:layout_marginEnd="@dimen/dp_12"
  352. android:gravity="center_vertical"
  353. android:orientation="horizontal">
  354. <ImageView
  355. android:layout_width="20dp"
  356. android:layout_height="20dp"
  357. android:layout_marginStart="35dp"
  358. android:layout_marginEnd="@dimen/dp_10"
  359. android:src="@drawable/ic_math" />
  360. <TextView
  361. android:layout_width="wrap_content"
  362. android:layout_height="wrap_content"
  363. android:text="我已阅读并同意"
  364. android:textColor="#101010"
  365. android:textSize="@dimen/sp_16">
  366. </TextView>
  367. <TextView
  368. android:layout_width="wrap_content"
  369. android:layout_height="wrap_content"
  370. android:text="《平台运输协议》"
  371. android:textColor="#B54943"
  372. android:textSize="@dimen/sp_16">
  373. </TextView>
  374. </LinearLayout>
  375. <LinearLayout
  376. android:layout_width="match_parent"
  377. android:layout_height="40dp"
  378. android:layout_marginStart="@dimen/dp_12"
  379. android:layout_marginEnd="@dimen/dp_12"
  380. android:gravity="center_vertical"
  381. android:orientation="horizontal">
  382. <ImageView
  383. android:layout_width="20dp"
  384. android:layout_height="20dp"
  385. android:layout_marginStart="35dp"
  386. android:layout_marginEnd="@dimen/dp_10"
  387. android:src="@drawable/ic_math" />
  388. <TextView
  389. android:layout_width="wrap_content"
  390. android:layout_height="wrap_content"
  391. android:text="发布到"
  392. android:textColor="#101010"
  393. android:textSize="@dimen/sp_16">
  394. </TextView>
  395. <TextView
  396. android:layout_width="wrap_content"
  397. android:layout_height="wrap_content"
  398. android:text=" 货源大厅"
  399. android:textColor="#B54943"
  400. android:textSize="@dimen/sp_16">
  401. </TextView>
  402. </LinearLayout>
  403. <View
  404. android:layout_width="match_parent"
  405. android:layout_height="@dimen/dp_1"
  406. android:background="#C2C2C2" />
  407. <LinearLayout
  408. android:layout_width="match_parent"
  409. android:layout_height="@dimen/dp_50"
  410. android:gravity="center_vertical"
  411. android:orientation="horizontal">
  412. <LinearLayout
  413. android:layout_width="0dp"
  414. android:layout_height="match_parent"
  415. android:layout_weight="1"
  416. android:gravity="center">
  417. <EditText
  418. android:layout_width="wrap_content"
  419. android:layout_height="wrap_content"
  420. android:background="@null"
  421. android:gravity="center"
  422. android:hint="请输入所需车辆数目"
  423. android:textColor="#101010"
  424. android:textColorHint="#BBBBBB"
  425. android:textSize="@dimen/sp_15"></EditText>
  426. <ImageView
  427. android:layout_width="20dp"
  428. android:layout_height="20dp"
  429. android:layout_marginStart="@dimen/dp_5"
  430. android:layout_marginEnd="@dimen/dp_10"
  431. android:src="@drawable/need_numbers" />
  432. </LinearLayout>
  433. <TextView
  434. android:layout_width="150dp"
  435. android:layout_height="match_parent"
  436. android:background="#5D76F4"
  437. android:gravity="center"
  438. android:text="发布货源信息"
  439. android:textColor="@color/white"
  440. android:textSize="@dimen/sp_16">
  441. </TextView>
  442. </LinearLayout>
  443. </LinearLayout>
  444. </ScrollView>
  445. </LinearLayout>
  446. </layout>