You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activity_release_vehicle_detail.xml 51KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical"
  7. android:background="@color/background_gray">
  8. <!-- 标题栏 -->
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/titleBar"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:background="@color/white"
  14. app:leftIcon="@mipmap/back_black"
  15. app:lineVisible="false"
  16. app:title="解除车牌占用详情"
  17. app:titleColor="@color/black" />
  18. <!-- 滚动视图 -->
  19. <ScrollView
  20. android:layout_width="match_parent"
  21. android:layout_height="0dp"
  22. android:layout_weight="1"
  23. android:fillViewport="true">
  24. <LinearLayout
  25. android:layout_width="match_parent"
  26. android:layout_height="wrap_content"
  27. android:orientation="vertical"
  28. android:padding="@dimen/dp_15">
  29. <!-- 提示信息 -->
  30. <LinearLayout
  31. android:layout_width="match_parent"
  32. android:layout_height="wrap_content"
  33. android:background="@drawable/shape_yellow_tip_bg"
  34. android:orientation="vertical"
  35. android:padding="@dimen/dp_15"
  36. android:layout_marginBottom="@dimen/dp_15">
  37. <LinearLayout
  38. android:layout_width="match_parent"
  39. android:layout_height="wrap_content"
  40. android:gravity="center_vertical"
  41. android:orientation="horizontal"
  42. android:layout_marginBottom="@dimen/dp_10">
  43. <ImageView
  44. android:layout_width="@dimen/dp_20"
  45. android:layout_height="@dimen/dp_20"
  46. android:src="@mipmap/tips"
  47. android:layout_marginEnd="@dimen/dp_8" />
  48. <TextView
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:text="提示"
  52. android:textColor="@color/black"
  53. android:textSize="@dimen/sp_16"
  54. android:textStyle="bold" />
  55. </LinearLayout>
  56. <TextView
  57. android:id="@+id/tv_tip_content"
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:text="1、当前车辆已在北京发行方发行,请联系北京发行方010-XXXXXXXX进行处理。\n2、当前用户车辆已办理ETC,请按照注销流程解除车牌占用。注销流程地址:XXXXXXXX。\n3、当前用户车辆存在欠费黑名单,请按照补缴流程解除车牌占用。欠费流程地址:XXXXXX。"
  61. android:textColor="@color/text_gray"
  62. android:textSize="@dimen/sp_14"
  63. android:lineSpacingExtra="@dimen/dp_4" />
  64. </LinearLayout>
  65. <!-- 用户信息 -->
  66. <LinearLayout
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content"
  69. android:background="@drawable/shape_white_bg"
  70. android:orientation="vertical"
  71. android:padding="@dimen/dp_15"
  72. android:layout_marginBottom="@dimen/dp_15">
  73. <TextView
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content"
  76. android:text="用户信息"
  77. android:textColor="@color/black"
  78. android:textSize="@dimen/sp_16"
  79. android:textStyle="bold"
  80. android:layout_marginBottom="@dimen/dp_15" />
  81. <!-- 用户类型 -->
  82. <LinearLayout
  83. android:layout_width="match_parent"
  84. android:layout_height="@dimen/dp_50"
  85. android:gravity="center_vertical"
  86. android:orientation="horizontal">
  87. <TextView
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:text="·证件类型"
  91. android:textColor="@color/black"
  92. android:textSize="@dimen/sp_14" />
  93. <TextView
  94. android:id="@+id/tv_user_type"
  95. android:layout_width="0dp"
  96. android:layout_height="wrap_content"
  97. android:layout_weight="1"
  98. android:layout_marginStart="@dimen/dp_20"
  99. android:text="请选择用户类型"
  100. android:textColor="@color/text_gray"
  101. android:textSize="@dimen/sp_14" />
  102. <ImageView
  103. android:layout_width="@dimen/dp_16"
  104. android:layout_height="@dimen/dp_16"
  105. android:src="@mipmap/ic_next_gray" />
  106. </LinearLayout>
  107. <View
  108. android:layout_width="match_parent"
  109. android:layout_height="1dp"
  110. android:background="@color/divider_gray" />
  111. <!-- 用户名称 -->
  112. <LinearLayout
  113. android:layout_width="match_parent"
  114. android:layout_height="@dimen/dp_50"
  115. android:gravity="center_vertical"
  116. android:orientation="horizontal">
  117. <TextView
  118. android:layout_width="wrap_content"
  119. android:layout_height="wrap_content"
  120. android:text="·用户名称"
  121. android:textColor="@color/black"
  122. android:textSize="@dimen/sp_14" />
  123. <TextView
  124. android:id="@+id/tv_user_name"
  125. android:layout_width="0dp"
  126. android:layout_height="wrap_content"
  127. android:layout_weight="1"
  128. android:layout_marginStart="@dimen/dp_20"
  129. android:text="请输入用户名称"
  130. android:textColor="@color/text_gray"
  131. android:textSize="@dimen/sp_14" />
  132. </LinearLayout>
  133. <View
  134. android:layout_width="match_parent"
  135. android:layout_height="1dp"
  136. android:background="@color/divider_gray" />
  137. <!-- 证件号码 -->
  138. <LinearLayout
  139. android:layout_width="match_parent"
  140. android:layout_height="@dimen/dp_50"
  141. android:gravity="center_vertical"
  142. android:orientation="horizontal">
  143. <TextView
  144. android:layout_width="wrap_content"
  145. android:layout_height="wrap_content"
  146. android:text="·证件号码"
  147. android:textColor="@color/black"
  148. android:textSize="@dimen/sp_14" />
  149. <TextView
  150. android:id="@+id/tv_id_number"
  151. android:layout_width="0dp"
  152. android:layout_height="wrap_content"
  153. android:layout_weight="1"
  154. android:layout_marginStart="@dimen/dp_20"
  155. android:text="请输入证件号码"
  156. android:textColor="@color/text_gray"
  157. android:textSize="@dimen/sp_14" />
  158. </LinearLayout>
  159. <View
  160. android:layout_width="match_parent"
  161. android:layout_height="1dp"
  162. android:background="@color/divider_gray" />
  163. <!-- 手机号码 -->
  164. <LinearLayout
  165. android:layout_width="match_parent"
  166. android:layout_height="@dimen/dp_50"
  167. android:gravity="center_vertical"
  168. android:orientation="horizontal">
  169. <TextView
  170. android:layout_width="wrap_content"
  171. android:layout_height="wrap_content"
  172. android:text="·手机号码"
  173. android:textColor="@color/black"
  174. android:textSize="@dimen/sp_14" />
  175. <TextView
  176. android:id="@+id/tv_mobile"
  177. android:layout_width="0dp"
  178. android:layout_height="wrap_content"
  179. android:layout_weight="1"
  180. android:layout_marginStart="@dimen/dp_20"
  181. android:text="请输入手机号"
  182. android:textColor="@color/text_gray"
  183. android:textSize="@dimen/sp_14" />
  184. </LinearLayout>
  185. </LinearLayout>
  186. <!-- 车辆信息 -->
  187. <LinearLayout
  188. android:layout_width="match_parent"
  189. android:layout_height="wrap_content"
  190. android:background="@drawable/shape_white_bg"
  191. android:orientation="vertical"
  192. android:padding="@dimen/dp_15"
  193. android:layout_marginBottom="@dimen/dp_15">
  194. <TextView
  195. android:layout_width="wrap_content"
  196. android:layout_height="wrap_content"
  197. android:text="车辆信息"
  198. android:textColor="@color/black"
  199. android:textSize="@dimen/sp_16"
  200. android:textStyle="bold"
  201. android:layout_marginBottom="@dimen/dp_15" />
  202. <!-- 车牌号 -->
  203. <LinearLayout
  204. android:layout_width="match_parent"
  205. android:layout_height="wrap_content"
  206. android:orientation="vertical"
  207. android:layout_marginBottom="@dimen/dp_15">
  208. <TextView
  209. android:layout_width="wrap_content"
  210. android:layout_height="wrap_content"
  211. android:text="·车牌号"
  212. android:textColor="@color/black"
  213. android:textSize="@dimen/sp_14"
  214. android:layout_marginBottom="@dimen/dp_8" />
  215. <LinearLayout
  216. android:layout_width="match_parent"
  217. android:layout_height="wrap_content"
  218. android:gravity="center_vertical"
  219. android:orientation="horizontal">
  220. <!-- 省份简称 -->
  221. <TextView
  222. android:id="@+id/tv_plate_prefix"
  223. android:layout_width="@dimen/dp_35"
  224. android:layout_height="@dimen/dp_42"
  225. android:background="@drawable/shape_plate_input_gray"
  226. android:gravity="center"
  227. android:text="贵"
  228. android:textColor="@color/black"
  229. android:textSize="@dimen/sp_18" />
  230. <!-- 分隔线 -->
  231. <View
  232. android:layout_width="@dimen/dp_2"
  233. android:layout_height="1dp"
  234. android:background="@color/divider_gray" />
  235. <!-- 字母 -->
  236. <TextView
  237. android:id="@+id/tv_plate_letter"
  238. android:layout_width="@dimen/dp_35"
  239. android:layout_height="@dimen/dp_42"
  240. android:background="@drawable/shape_plate_input_gray"
  241. android:gravity="center"
  242. android:text="Z"
  243. android:textColor="@color/black"
  244. android:textSize="@dimen/sp_18" />
  245. <!-- 分隔线 -->
  246. <View
  247. android:layout_width="@dimen/dp_2"
  248. android:layout_height="1dp"
  249. android:background="@color/divider_gray" />
  250. <!-- 数字1 -->
  251. <TextView
  252. android:id="@+id/tv_plate_num1"
  253. android:layout_width="@dimen/dp_35"
  254. android:layout_height="@dimen/dp_42"
  255. android:layout_marginStart="@dimen/dp_2"
  256. android:background="@drawable/shape_plate_input_gray"
  257. android:gravity="center"
  258. android:text="1"
  259. android:textColor="@color/black"
  260. android:textSize="@dimen/sp_18" />
  261. <!-- 数字2 -->
  262. <TextView
  263. android:id="@+id/tv_plate_num2"
  264. android:layout_width="@dimen/dp_35"
  265. android:layout_height="@dimen/dp_42"
  266. android:layout_marginStart="@dimen/dp_2"
  267. android:background="@drawable/shape_plate_input_gray"
  268. android:gravity="center"
  269. android:text="0"
  270. android:textColor="@color/black"
  271. android:textSize="@dimen/sp_18" />
  272. <!-- 数字3 -->
  273. <TextView
  274. android:id="@+id/tv_plate_num3"
  275. android:layout_width="@dimen/dp_35"
  276. android:layout_height="@dimen/dp_42"
  277. android:layout_marginStart="@dimen/dp_2"
  278. android:background="@drawable/shape_plate_input_gray"
  279. android:gravity="center"
  280. android:text="0"
  281. android:textColor="@color/black"
  282. android:textSize="@dimen/sp_18" />
  283. <!-- 数字4 -->
  284. <TextView
  285. android:id="@+id/tv_plate_num4"
  286. android:layout_width="@dimen/dp_35"
  287. android:layout_height="@dimen/dp_42"
  288. android:layout_marginStart="@dimen/dp_2"
  289. android:background="@drawable/shape_plate_input_gray"
  290. android:gravity="center"
  291. android:text="2"
  292. android:textColor="@color/black"
  293. android:textSize="@dimen/sp_18" />
  294. <!-- 数字5 -->
  295. <TextView
  296. android:id="@+id/tv_plate_num5"
  297. android:layout_width="@dimen/dp_35"
  298. android:layout_height="@dimen/dp_42"
  299. android:layout_marginStart="@dimen/dp_2"
  300. android:background="@drawable/shape_plate_input_gray"
  301. android:gravity="center"
  302. android:text="2"
  303. android:textColor="@color/black"
  304. android:textSize="@dimen/sp_18" />
  305. <!-- 新能源按钮 -->
  306. <LinearLayout
  307. android:id="@+id/btn_new_energy"
  308. android:layout_width="@dimen/dp_35"
  309. android:layout_height="@dimen/dp_42"
  310. android:layout_marginStart="@dimen/dp_5"
  311. android:background="@drawable/shape_new_energy_btn"
  312. android:gravity="center"
  313. android:orientation="vertical">
  314. <TextView
  315. android:layout_width="wrap_content"
  316. android:layout_height="wrap_content"
  317. android:text="+"
  318. android:textColor="#10D09D"
  319. android:textSize="@dimen/sp_14" />
  320. <TextView
  321. android:layout_width="wrap_content"
  322. android:layout_height="wrap_content"
  323. android:layout_marginTop="@dimen/dp_2"
  324. android:text="新能源"
  325. android:textColor="#10D09D"
  326. android:textSize="@dimen/sp_8" />
  327. </LinearLayout>
  328. </LinearLayout>
  329. </LinearLayout>
  330. <!-- 车牌颜色 -->
  331. <LinearLayout
  332. android:layout_width="match_parent"
  333. android:layout_height="@dimen/dp_50"
  334. android:gravity="center_vertical"
  335. android:orientation="horizontal">
  336. <TextView
  337. android:layout_width="wrap_content"
  338. android:layout_height="wrap_content"
  339. android:text="·车牌颜色"
  340. android:textColor="@color/black"
  341. android:textSize="@dimen/sp_14" />
  342. <TextView
  343. android:id="@+id/tv_plate_color"
  344. android:layout_width="0dp"
  345. android:layout_height="wrap_content"
  346. android:layout_weight="1"
  347. android:layout_marginStart="@dimen/dp_20"
  348. android:text="请选择颜色"
  349. android:textColor="@color/text_gray"
  350. android:textSize="@dimen/sp_14" />
  351. <ImageView
  352. android:layout_width="@dimen/dp_16"
  353. android:layout_height="@dimen/dp_16"
  354. android:src="@mipmap/ic_next_gray" />
  355. </LinearLayout>
  356. <View
  357. android:layout_width="match_parent"
  358. android:layout_height="1dp"
  359. android:background="@color/divider_gray" />
  360. <!-- 车型 -->
  361. <LinearLayout
  362. android:layout_width="match_parent"
  363. android:visibility="gone"
  364. android:layout_height="@dimen/dp_50"
  365. android:gravity="center_vertical"
  366. android:orientation="horizontal">
  367. <TextView
  368. android:layout_width="wrap_content"
  369. android:layout_height="wrap_content"
  370. android:text="·车型"
  371. android:textColor="@color/black"
  372. android:textSize="@dimen/sp_14" />
  373. <TextView
  374. android:id="@+id/tv_vehicle_type"
  375. android:layout_width="0dp"
  376. android:layout_height="wrap_content"
  377. android:layout_weight="1"
  378. android:layout_marginStart="@dimen/dp_20"
  379. android:text="请选择车型"
  380. android:textColor="@color/text_gray"
  381. android:textSize="@dimen/sp_14" />
  382. <ImageView
  383. android:layout_width="@dimen/dp_16"
  384. android:layout_height="@dimen/dp_16"
  385. android:src="@mipmap/ic_next_gray" />
  386. </LinearLayout>
  387. <View
  388. android:layout_width="match_parent"
  389. android:visibility="gone"
  390. android:layout_height="1dp"
  391. android:background="@color/divider_gray" />
  392. <!-- 车辆所有人 -->
  393. <LinearLayout
  394. android:layout_width="match_parent"
  395. android:layout_height="@dimen/dp_50"
  396. android:gravity="center_vertical"
  397. android:orientation="horizontal">
  398. <TextView
  399. android:layout_width="wrap_content"
  400. android:layout_height="wrap_content"
  401. android:text="·车辆所有人"
  402. android:textColor="@color/black"
  403. android:textSize="@dimen/sp_14" />
  404. <TextView
  405. android:id="@+id/tv_vehicle_owner_name"
  406. android:layout_width="0dp"
  407. android:layout_height="wrap_content"
  408. android:layout_weight="1"
  409. android:layout_marginStart="@dimen/dp_20"
  410. android:text="暂无"
  411. android:textColor="@color/text_gray"
  412. android:textSize="@dimen/sp_14" />
  413. </LinearLayout>
  414. <View
  415. android:layout_width="match_parent"
  416. android:layout_height="1dp"
  417. android:background="@color/divider_gray" />
  418. <!-- 行驶证照片 -->
  419. <LinearLayout
  420. android:layout_width="match_parent"
  421. android:layout_height="wrap_content"
  422. android:orientation="vertical"
  423. android:layout_marginTop="@dimen/dp_10">
  424. <TextView
  425. android:layout_width="wrap_content"
  426. android:layout_height="wrap_content"
  427. android:text="·行驶证照片"
  428. android:textColor="@color/black"
  429. android:textSize="@dimen/sp_14"
  430. android:layout_marginBottom="@dimen/dp_10" />
  431. <LinearLayout
  432. android:layout_width="match_parent"
  433. android:layout_height="wrap_content"
  434. android:orientation="vertical">
  435. <!-- 行驶证正面 -->
  436. <LinearLayout
  437. android:layout_width="match_parent"
  438. android:layout_height="@dimen/dp_220"
  439. android:background="@drawable/home_unm_bg2"
  440. android:orientation="vertical"
  441. android:visibility="visible"
  442. android:layout_marginBottom="@dimen/dp_10">
  443. <ImageView
  444. android:id="@+id/iv_veh_pos_img"
  445. android:layout_width="match_parent"
  446. android:layout_height="0dp"
  447. android:layout_weight="1"
  448. android:src="@mipmap/identity_card1"
  449. android:scaleType="fitCenter" />
  450. <TextView
  451. android:layout_width="match_parent"
  452. android:layout_height="@dimen/dp_30"
  453. android:background="@drawable/home_unm_bg3"
  454. android:gravity="center"
  455. android:text="行驶证正面"
  456. android:textColor="#FFFFFF"
  457. android:textSize="@dimen/sp_12" />
  458. </LinearLayout>
  459. <!-- 行驶证反面 -->
  460. <LinearLayout
  461. android:layout_width="match_parent"
  462. android:layout_height="@dimen/dp_220"
  463. android:background="@drawable/home_unm_bg2"
  464. android:orientation="vertical"
  465. android:visibility="visible">
  466. <ImageView
  467. android:id="@+id/iv_veh_neg_img"
  468. android:layout_width="match_parent"
  469. android:layout_height="0dp"
  470. android:layout_weight="1"
  471. android:src="@mipmap/identity_card1"
  472. android:scaleType="fitCenter" />
  473. <TextView
  474. android:layout_width="match_parent"
  475. android:layout_height="@dimen/dp_30"
  476. android:background="@drawable/home_unm_bg3"
  477. android:gravity="center"
  478. android:text="行驶证反面"
  479. android:textColor="#FFFFFF"
  480. android:textSize="@dimen/sp_12" />
  481. </LinearLayout>
  482. </LinearLayout>
  483. </LinearLayout>
  484. </LinearLayout>
  485. <!-- 车主信息 -->
  486. <LinearLayout
  487. android:id="@+id/ll_owner_info"
  488. android:layout_width="match_parent"
  489. android:layout_height="wrap_content"
  490. android:background="@drawable/shape_white_bg"
  491. android:orientation="vertical"
  492. android:padding="@dimen/dp_15"
  493. android:layout_marginBottom="@dimen/dp_15"
  494. android:visibility="gone">
  495. <TextView
  496. android:layout_width="wrap_content"
  497. android:layout_height="wrap_content"
  498. android:text="车主信息"
  499. android:textColor="@color/black"
  500. android:textSize="@dimen/sp_16"
  501. android:textStyle="bold"
  502. android:layout_marginBottom="@dimen/dp_15" />
  503. <!-- 车主姓名 -->
  504. <LinearLayout
  505. android:layout_width="match_parent"
  506. android:layout_height="@dimen/dp_50"
  507. android:gravity="center_vertical"
  508. android:orientation="horizontal">
  509. <TextView
  510. android:layout_width="wrap_content"
  511. android:layout_height="wrap_content"
  512. android:text="·车主姓名"
  513. android:textColor="@color/black"
  514. android:textSize="@dimen/sp_14" />
  515. <TextView
  516. android:id="@+id/tv_owner_name"
  517. android:layout_width="0dp"
  518. android:layout_height="wrap_content"
  519. android:layout_weight="1"
  520. android:layout_marginStart="@dimen/dp_20"
  521. android:text="暂无"
  522. android:textColor="@color/text_gray"
  523. android:textSize="@dimen/sp_14" />
  524. </LinearLayout>
  525. <View
  526. android:layout_width="match_parent"
  527. android:layout_height="1dp"
  528. android:background="@color/divider_gray" />
  529. <!-- 证件号码 -->
  530. <LinearLayout
  531. android:layout_width="match_parent"
  532. android:layout_height="@dimen/dp_50"
  533. android:gravity="center_vertical"
  534. android:orientation="horizontal">
  535. <TextView
  536. android:layout_width="wrap_content"
  537. android:layout_height="wrap_content"
  538. android:text="·证件号码"
  539. android:textColor="@color/black"
  540. android:textSize="@dimen/sp_14" />
  541. <TextView
  542. android:id="@+id/tv_owner_id_num"
  543. android:layout_width="0dp"
  544. android:layout_height="wrap_content"
  545. android:layout_weight="1"
  546. android:layout_marginStart="@dimen/dp_20"
  547. android:text="暂无"
  548. android:textColor="@color/text_gray"
  549. android:textSize="@dimen/sp_14" />
  550. </LinearLayout>
  551. <View
  552. android:layout_width="match_parent"
  553. android:layout_height="1dp"
  554. android:background="@color/divider_gray" />
  555. <!-- 证件类型 -->
  556. <LinearLayout
  557. android:layout_width="match_parent"
  558. android:layout_height="@dimen/dp_50"
  559. android:gravity="center_vertical"
  560. android:orientation="horizontal">
  561. <TextView
  562. android:layout_width="wrap_content"
  563. android:layout_height="wrap_content"
  564. android:text="·证件类型"
  565. android:textColor="@color/black"
  566. android:textSize="@dimen/sp_14" />
  567. <TextView
  568. android:id="@+id/tv_owner_id_type"
  569. android:layout_width="0dp"
  570. android:layout_height="wrap_content"
  571. android:layout_weight="1"
  572. android:layout_marginStart="@dimen/dp_20"
  573. android:text="暂无"
  574. android:textColor="@color/text_gray"
  575. android:textSize="@dimen/sp_14" />
  576. </LinearLayout>
  577. <View
  578. android:layout_width="match_parent"
  579. android:layout_height="1dp"
  580. android:background="@color/divider_gray" />
  581. <!-- 车主证件照片 -->
  582. <LinearLayout
  583. android:layout_width="match_parent"
  584. android:layout_height="wrap_content"
  585. android:orientation="vertical"
  586. android:layout_marginTop="@dimen/dp_10">
  587. <TextView
  588. android:layout_width="wrap_content"
  589. android:layout_height="wrap_content"
  590. android:text="·车主证件照片"
  591. android:textColor="@color/black"
  592. android:textSize="@dimen/sp_14"
  593. android:layout_marginBottom="@dimen/dp_10" />
  594. <LinearLayout
  595. android:layout_width="match_parent"
  596. android:layout_height="wrap_content"
  597. android:orientation="vertical">
  598. <!-- 证件正面 -->
  599. <LinearLayout
  600. android:layout_width="match_parent"
  601. android:layout_height="@dimen/dp_220"
  602. android:background="@drawable/home_unm_bg2"
  603. android:orientation="vertical"
  604. android:visibility="visible"
  605. android:layout_marginBottom="@dimen/dp_10">
  606. <ImageView
  607. android:id="@+id/iv_owner_pos_img"
  608. android:layout_width="match_parent"
  609. android:layout_height="0dp"
  610. android:layout_weight="1"
  611. android:src="@mipmap/identity_card1"
  612. android:scaleType="fitCenter" />
  613. <TextView
  614. android:layout_width="match_parent"
  615. android:layout_height="@dimen/dp_30"
  616. android:background="@drawable/home_unm_bg3"
  617. android:gravity="center"
  618. android:text="车主证件正面"
  619. android:textColor="#FFFFFF"
  620. android:textSize="@dimen/sp_12" />
  621. </LinearLayout>
  622. <!-- 证件反面 -->
  623. <LinearLayout
  624. android:layout_width="match_parent"
  625. android:layout_height="@dimen/dp_220"
  626. android:background="@drawable/home_unm_bg2"
  627. android:orientation="vertical"
  628. android:visibility="visible"
  629. android:layout_marginBottom="@dimen/dp_10">
  630. <ImageView
  631. android:id="@+id/iv_owner_neg_img"
  632. android:layout_width="match_parent"
  633. android:layout_height="0dp"
  634. android:layout_weight="1"
  635. android:src="@mipmap/identity_card2"
  636. android:scaleType="fitCenter" />
  637. <TextView
  638. android:layout_width="match_parent"
  639. android:layout_height="@dimen/dp_30"
  640. android:background="@drawable/home_unm_bg3"
  641. android:gravity="center"
  642. android:text="车主证件反面"
  643. android:textColor="#FFFFFF"
  644. android:textSize="@dimen/sp_12" />
  645. </LinearLayout>
  646. <!-- 授权书 -->
  647. <LinearLayout
  648. android:layout_width="match_parent"
  649. android:layout_height="@dimen/dp_220"
  650. android:background="@drawable/home_unm_bg2"
  651. android:orientation="vertical"
  652. android:visibility="visible">
  653. <ImageView
  654. android:id="@+id/iv_proxy_img"
  655. android:layout_width="match_parent"
  656. android:layout_height="0dp"
  657. android:layout_weight="1"
  658. android:src="@mipmap/id_card_bg"
  659. android:scaleType="fitCenter" />
  660. <TextView
  661. android:layout_width="match_parent"
  662. android:layout_height="@dimen/dp_30"
  663. android:background="@drawable/home_unm_bg3"
  664. android:gravity="center"
  665. android:text="授权书"
  666. android:textColor="#FFFFFF"
  667. android:textSize="@dimen/sp_12" />
  668. </LinearLayout>
  669. </LinearLayout>
  670. </LinearLayout>
  671. </LinearLayout>
  672. <!-- 卡信息 -->
  673. <LinearLayout
  674. android:layout_width="match_parent"
  675. android:layout_height="wrap_content"
  676. android:background="@drawable/shape_white_bg"
  677. android:orientation="vertical"
  678. android:padding="@dimen/dp_15"
  679. android:layout_marginBottom="@dimen/dp_15">
  680. <TextView
  681. android:layout_width="wrap_content"
  682. android:layout_height="wrap_content"
  683. android:text="卡信息"
  684. android:textColor="@color/black"
  685. android:textSize="@dimen/sp_16"
  686. android:textStyle="bold"
  687. android:layout_marginBottom="@dimen/dp_15" />
  688. <!-- 卡号 -->
  689. <LinearLayout
  690. android:layout_width="match_parent"
  691. android:layout_height="@dimen/dp_50"
  692. android:gravity="center_vertical"
  693. android:orientation="horizontal">
  694. <TextView
  695. android:layout_width="wrap_content"
  696. android:layout_height="wrap_content"
  697. android:text="·卡号"
  698. android:textColor="@color/black"
  699. android:textSize="@dimen/sp_14" />
  700. <TextView
  701. android:id="@+id/tv_card_id"
  702. android:layout_width="0dp"
  703. android:layout_height="wrap_content"
  704. android:layout_weight="1"
  705. android:layout_marginStart="@dimen/dp_20"
  706. android:text="请输入卡号"
  707. android:textColor="@color/text_gray"
  708. android:textSize="@dimen/sp_14" />
  709. </LinearLayout>
  710. <View
  711. android:layout_width="match_parent"
  712. android:layout_height="1dp"
  713. android:background="@color/divider_gray" />
  714. <!-- 卡启用日期 -->
  715. <LinearLayout
  716. android:layout_width="match_parent"
  717. android:layout_height="@dimen/dp_50"
  718. android:gravity="center_vertical"
  719. android:orientation="horizontal">
  720. <TextView
  721. android:layout_width="wrap_content"
  722. android:layout_height="wrap_content"
  723. android:text="·卡启用日期"
  724. android:textColor="@color/black"
  725. android:textSize="@dimen/sp_14" />
  726. <TextView
  727. android:id="@+id/tv_card_enable_time"
  728. android:layout_width="0dp"
  729. android:layout_height="wrap_content"
  730. android:layout_weight="1"
  731. android:layout_marginStart="@dimen/dp_20"
  732. android:text="请输入启用日期"
  733. android:textColor="@color/text_gray"
  734. android:textSize="@dimen/sp_14" />
  735. </LinearLayout>
  736. <View
  737. android:layout_width="match_parent"
  738. android:layout_height="1dp"
  739. android:background="@color/divider_gray" />
  740. <!-- 卡状态 -->
  741. <LinearLayout
  742. android:layout_width="match_parent"
  743. android:layout_height="@dimen/dp_50"
  744. android:gravity="center_vertical"
  745. android:orientation="horizontal">
  746. <TextView
  747. android:layout_width="wrap_content"
  748. android:layout_height="wrap_content"
  749. android:text="·卡状态"
  750. android:textColor="@color/black"
  751. android:textSize="@dimen/sp_14" />
  752. <TextView
  753. android:id="@+id/tv_card_status"
  754. android:layout_width="0dp"
  755. android:layout_height="wrap_content"
  756. android:layout_weight="1"
  757. android:layout_marginStart="@dimen/dp_20"
  758. android:text="请选择卡状态"
  759. android:textColor="@color/text_gray"
  760. android:textSize="@dimen/sp_14" />
  761. <ImageView
  762. android:layout_width="@dimen/dp_16"
  763. android:layout_height="@dimen/dp_16"
  764. android:src="@mipmap/ic_next_gray" />
  765. </LinearLayout>
  766. <View
  767. android:layout_width="match_parent"
  768. android:layout_height="1dp"
  769. android:background="@color/divider_gray" />
  770. <!-- 所属渠道 -->
  771. <LinearLayout
  772. android:layout_width="match_parent"
  773. android:layout_height="@dimen/dp_50"
  774. android:gravity="center_vertical"
  775. android:orientation="horizontal">
  776. <TextView
  777. android:layout_width="wrap_content"
  778. android:layout_height="wrap_content"
  779. android:text="·所属渠道"
  780. android:textColor="@color/black"
  781. android:textSize="@dimen/sp_14" />
  782. <TextView
  783. android:id="@+id/tv_channel"
  784. android:layout_width="0dp"
  785. android:layout_height="wrap_content"
  786. android:layout_weight="1"
  787. android:layout_marginStart="@dimen/dp_20"
  788. android:text="请输入"
  789. android:textColor="@color/text_gray"
  790. android:textSize="@dimen/sp_14" />
  791. </LinearLayout>
  792. </LinearLayout>
  793. <!-- 签信息 -->
  794. <LinearLayout
  795. android:layout_width="match_parent"
  796. android:layout_height="wrap_content"
  797. android:background="@drawable/shape_white_bg"
  798. android:orientation="vertical"
  799. android:padding="@dimen/dp_15"
  800. android:layout_marginBottom="@dimen/dp_15">
  801. <TextView
  802. android:layout_width="wrap_content"
  803. android:layout_height="wrap_content"
  804. android:text="签信息"
  805. android:textColor="@color/black"
  806. android:textSize="@dimen/sp_16"
  807. android:textStyle="bold"
  808. android:layout_marginBottom="@dimen/dp_15" />
  809. <!-- 签号 -->
  810. <LinearLayout
  811. android:layout_width="match_parent"
  812. android:layout_height="@dimen/dp_50"
  813. android:gravity="center_vertical"
  814. android:orientation="horizontal">
  815. <TextView
  816. android:layout_width="wrap_content"
  817. android:layout_height="wrap_content"
  818. android:text="·签号"
  819. android:textColor="@color/black"
  820. android:textSize="@dimen/sp_14" />
  821. <TextView
  822. android:id="@+id/tv_obu_id"
  823. android:layout_width="0dp"
  824. android:layout_height="wrap_content"
  825. android:layout_weight="1"
  826. android:layout_marginStart="@dimen/dp_20"
  827. android:text="请输入签号"
  828. android:textColor="@color/text_gray"
  829. android:textSize="@dimen/sp_14" />
  830. </LinearLayout>
  831. <View
  832. android:layout_width="match_parent"
  833. android:layout_height="1dp"
  834. android:background="@color/divider_gray" />
  835. <!-- 签启用日期 -->
  836. <LinearLayout
  837. android:layout_width="match_parent"
  838. android:layout_height="@dimen/dp_50"
  839. android:gravity="center_vertical"
  840. android:orientation="horizontal">
  841. <TextView
  842. android:layout_width="wrap_content"
  843. android:layout_height="wrap_content"
  844. android:text="·签启用日期"
  845. android:textColor="@color/black"
  846. android:textSize="@dimen/sp_14" />
  847. <TextView
  848. android:id="@+id/tv_obu_enable_time"
  849. android:layout_width="0dp"
  850. android:layout_height="wrap_content"
  851. android:layout_weight="1"
  852. android:layout_marginStart="@dimen/dp_20"
  853. android:text="请输入启用日期"
  854. android:textColor="@color/text_gray"
  855. android:textSize="@dimen/sp_14" />
  856. </LinearLayout>
  857. <View
  858. android:layout_width="match_parent"
  859. android:layout_height="1dp"
  860. android:background="@color/divider_gray" />
  861. <!-- 签状态 -->
  862. <LinearLayout
  863. android:layout_width="match_parent"
  864. android:layout_height="@dimen/dp_50"
  865. android:gravity="center_vertical"
  866. android:orientation="horizontal">
  867. <TextView
  868. android:layout_width="wrap_content"
  869. android:layout_height="wrap_content"
  870. android:text="·签状态"
  871. android:textColor="@color/black"
  872. android:textSize="@dimen/sp_14" />
  873. <TextView
  874. android:id="@+id/tv_obu_status"
  875. android:layout_width="0dp"
  876. android:layout_height="wrap_content"
  877. android:layout_weight="1"
  878. android:layout_marginStart="@dimen/dp_20"
  879. android:text="请选择卡状态"
  880. android:textColor="@color/text_gray"
  881. android:textSize="@dimen/sp_14" />
  882. <ImageView
  883. android:layout_width="@dimen/dp_16"
  884. android:layout_height="@dimen/dp_16"
  885. android:src="@mipmap/ic_next_gray" />
  886. </LinearLayout>
  887. </LinearLayout>
  888. <!-- 黑名单信息 -->
  889. <LinearLayout
  890. android:layout_width="match_parent"
  891. android:layout_height="wrap_content"
  892. android:background="@drawable/shape_white_bg"
  893. android:orientation="vertical"
  894. android:padding="@dimen/dp_15"
  895. android:layout_marginBottom="@dimen/dp_15">
  896. <TextView
  897. android:layout_width="wrap_content"
  898. android:layout_height="wrap_content"
  899. android:text="黑名单信息"
  900. android:textColor="@color/black"
  901. android:textSize="@dimen/sp_16"
  902. android:textStyle="bold"
  903. android:layout_marginBottom="@dimen/dp_15" />
  904. <!-- 卡黑名单 -->
  905. <TextView
  906. android:layout_width="wrap_content"
  907. android:layout_height="wrap_content"
  908. android:text="·卡黑名单"
  909. android:textColor="@color/black"
  910. android:textSize="@dimen/sp_14"
  911. android:textStyle="bold"
  912. android:layout_marginBottom="@dimen/dp_10" />
  913. <LinearLayout
  914. android:id="@+id/ll_card_blacklist_container"
  915. android:layout_width="match_parent"
  916. android:layout_height="wrap_content"
  917. android:orientation="vertical"
  918. android:layout_marginBottom="@dimen/dp_15" />
  919. <View
  920. android:layout_width="match_parent"
  921. android:layout_height="1dp"
  922. android:background="@color/divider_gray"
  923. android:layout_marginBottom="@dimen/dp_15" />
  924. <!-- 签黑名单 -->
  925. <TextView
  926. android:layout_width="wrap_content"
  927. android:layout_height="wrap_content"
  928. android:text="·签黑名单"
  929. android:textColor="@color/black"
  930. android:textSize="@dimen/sp_14"
  931. android:textStyle="bold"
  932. android:layout_marginBottom="@dimen/dp_10" />
  933. <LinearLayout
  934. android:id="@+id/ll_obu_blacklist_container"
  935. android:layout_width="match_parent"
  936. android:layout_height="wrap_content"
  937. android:orientation="vertical" />
  938. </LinearLayout>
  939. </LinearLayout>
  940. </ScrollView>
  941. <!-- 底部按钮 -->
  942. <LinearLayout
  943. android:layout_width="match_parent"
  944. android:layout_height="wrap_content"
  945. android:background="@color/white"
  946. android:orientation="horizontal"
  947. android:padding="@dimen/dp_15">
  948. <Button
  949. android:id="@+id/btn_approve"
  950. android:layout_width="0dp"
  951. android:layout_height="@dimen/dp_45"
  952. android:layout_weight="1"
  953. android:layout_marginEnd="@dimen/dp_8"
  954. android:background="@drawable/shape_green_btn"
  955. android:text="通过"
  956. android:textColor="@color/white"
  957. android:textSize="@dimen/sp_16" />
  958. <Button
  959. android:id="@+id/btn_reject"
  960. android:layout_width="0dp"
  961. android:layout_height="@dimen/dp_45"
  962. android:layout_weight="1"
  963. android:layout_marginHorizontal="@dimen/dp_4"
  964. android:background="@drawable/shape_red_btn"
  965. android:text="不通过"
  966. android:textColor="@color/white"
  967. android:textSize="@dimen/sp_16" />
  968. <Button
  969. android:id="@+id/btn_close"
  970. android:layout_width="0dp"
  971. android:layout_height="@dimen/dp_45"
  972. android:layout_weight="1"
  973. android:layout_marginStart="@dimen/dp_8"
  974. android:background="@drawable/shape_gray_btn"
  975. android:text="关闭"
  976. android:textColor="@color/white"
  977. android:textSize="@dimen/sp_16" />
  978. </LinearLayout>
  979. </LinearLayout>