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_replace_etc_step3.xml 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  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. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@color/background_color"
  8. android:orientation="vertical">
  9. <com.hjq.bar.TitleBar
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:background="@color/white"
  13. app:leftIcon="@mipmap/back_black"
  14. app:lineVisible="false"
  15. app:title="更换卡签" />
  16. <androidx.core.widget.NestedScrollView
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content">
  19. <LinearLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:animateLayoutChanges="true"
  23. android:animationCache="true"
  24. android:orientation="vertical"
  25. android:paddingTop="@dimen/dp_15"
  26. android:paddingHorizontal="@dimen/dp_15">
  27. <LinearLayout
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content"
  30. android:orientation="horizontal"
  31. android:layout_marginBottom="@dimen/dp_15"
  32. android:paddingHorizontal="@dimen/dp_5"
  33. android:visibility="visible"
  34. tools:ignore="UseCompoundDrawables">
  35. <ImageView
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:src="@mipmap/tips" />
  39. <TextView
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:layout_marginLeft="@dimen/dp_10"
  43. android:text="请仔细核对用户车辆信息,确认无误后,点击下一步"
  44. android:textColor="#FA8C16"
  45. android:textSize="@dimen/sp_10" />
  46. </LinearLayout>
  47. <TextView
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:layout_marginTop="@dimen/dp_14"
  51. android:layout_marginBottom="@dimen/dp_12"
  52. android:text="选择类型"
  53. android:visibility="gone"
  54. android:textColor="#333333"
  55. android:textSize="@dimen/sp_16" />
  56. <LinearLayout
  57. android:id="@+id/layout9"
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:background="@drawable/home_search_bar_gray_bg2"
  61. android:orientation="vertical"
  62. android:paddingHorizontal="@dimen/dp_15"
  63. android:paddingBottom="@dimen/dp_15">
  64. <LinearLayout
  65. android:layout_width="match_parent"
  66. android:layout_height="@dimen/dp_140"
  67. android:gravity="center">
  68. <LinearLayout
  69. android:layout_width="0dp"
  70. android:layout_height="@dimen/dp_120"
  71. android:layout_weight="1"
  72. android:background="@drawable/home_unm_bg2"
  73. android:orientation="vertical"
  74. android:visibility="visible">
  75. <ImageView
  76. android:id="@+id/image1"
  77. android:layout_width="match_parent"
  78. android:layout_height="0dp"
  79. android:layout_gravity="center"
  80. android:layout_weight="1"
  81. android:src="@mipmap/identity_card1"
  82. tools:ignore="NestedWeights" />
  83. <TextView
  84. android:layout_width="match_parent"
  85. android:layout_height="@dimen/dp_30"
  86. android:background="@drawable/home_unm_bg3"
  87. android:gravity="center"
  88. android:text="行驶证主页"
  89. android:textColor="#FFFFFF"
  90. android:textSize="@dimen/sp_12" />
  91. </LinearLayout>
  92. <View
  93. android:layout_width="@dimen/dp_20"
  94. android:layout_height="0dp" />
  95. <LinearLayout
  96. android:layout_width="0dp"
  97. android:layout_height="@dimen/dp_120"
  98. android:layout_weight="1"
  99. android:background="@drawable/home_unm_bg2"
  100. android:orientation="vertical"
  101. android:visibility="visible">
  102. <ImageView
  103. android:id="@+id/image2"
  104. android:layout_width="match_parent"
  105. android:layout_height="0dp"
  106. android:layout_gravity="center"
  107. android:layout_weight="1"
  108. android:src="@mipmap/identity_card2"
  109. tools:ignore="NestedWeights" />
  110. <TextView
  111. android:layout_width="match_parent"
  112. android:layout_height="@dimen/dp_30"
  113. android:background="@drawable/home_unm_bg3"
  114. android:gravity="center"
  115. android:text="行驶证副业"
  116. android:textColor="#FFFFFF"
  117. android:textSize="@dimen/sp_12" />
  118. </LinearLayout>
  119. </LinearLayout>
  120. <LinearLayout
  121. android:layout_width="match_parent"
  122. android:layout_height="wrap_content"
  123. android:gravity="center"
  124. android:visibility="gone">
  125. <LinearLayout
  126. android:layout_width="0dp"
  127. android:layout_height="@dimen/dp_120"
  128. android:layout_weight="1"
  129. android:background="@drawable/home_unm_bg2"
  130. android:orientation="vertical"
  131. android:visibility="visible">
  132. <ImageView
  133. android:id="@+id/image3"
  134. android:layout_width="match_parent"
  135. android:layout_height="0dp"
  136. android:layout_gravity="center"
  137. android:layout_weight="1"
  138. android:paddingHorizontal="@dimen/dp_5"
  139. android:src="@mipmap/identity_card3"
  140. tools:ignore="NestedWeights" />
  141. <TextView
  142. android:layout_width="match_parent"
  143. android:layout_height="@dimen/dp_30"
  144. android:background="@drawable/home_unm_bg3"
  145. android:gravity="center"
  146. android:text="上传车头照"
  147. android:textColor="#FFFFFF"
  148. android:textSize="@dimen/sp_12" />
  149. </LinearLayout>
  150. <View
  151. android:layout_width="@dimen/dp_20"
  152. android:layout_height="0dp" />
  153. <LinearLayout
  154. android:layout_width="0dp"
  155. android:layout_height="@dimen/dp_120"
  156. android:layout_weight="1"
  157. android:orientation="vertical">
  158. <ImageView
  159. android:layout_width="match_parent"
  160. android:layout_height="0dp"
  161. android:layout_weight="1"
  162. android:src="@mipmap/perch" />
  163. <TextView
  164. android:layout_width="match_parent"
  165. android:layout_height="@dimen/dp_30"
  166. android:gravity="center"
  167. android:text="车头照示例"
  168. android:textColor="#666666"
  169. android:textSize="@dimen/sp_12" />
  170. </LinearLayout>
  171. </LinearLayout>
  172. </LinearLayout>
  173. <TextView
  174. android:layout_width="wrap_content"
  175. android:layout_height="wrap_content"
  176. android:layout_marginTop="@dimen/dp_12"
  177. android:text="车辆信息如下:"
  178. android:textColor="#333333"
  179. android:textSize="@dimen/sp_16" />
  180. <LinearLayout
  181. android:layout_width="match_parent"
  182. android:layout_height="wrap_content"
  183. android:layout_marginTop="@dimen/dp_12"
  184. android:orientation="vertical">
  185. <LinearLayout
  186. android:layout_width="match_parent"
  187. android:layout_height="@dimen/dp_45"
  188. android:background="#FFFFFF"
  189. android:paddingHorizontal="@dimen/dp_12"
  190. android:gravity="center_vertical">
  191. <TextView
  192. android:layout_width="@dimen/dp_110"
  193. android:layout_height="match_parent"
  194. android:gravity="center_vertical"
  195. android:text="车牌号"
  196. android:textSize="@dimen/sp_14"
  197. tools:ignore="UseCompatTextViewDrawableXml" />
  198. <com.hjq.widget.view.ClearEditText
  199. android:id="@+id/text1"
  200. style="@style/EditTextStyle"
  201. android:layout_width="match_parent"
  202. android:layout_height="match_parent"
  203. android:background="@color/white"
  204. android:drawablePadding="@dimen/dp_15"
  205. android:hint="请输入车牌号"
  206. android:enabled="false"
  207. android:paddingHorizontal="@dimen/dp_20"
  208. android:singleLine="true" />
  209. </LinearLayout>
  210. <LinearLayout
  211. android:layout_width="match_parent"
  212. android:layout_height="@dimen/dp_45"
  213. android:paddingHorizontal="@dimen/dp_12"
  214. android:background="#FFFFFF">
  215. <TextView
  216. android:layout_width="@dimen/dp_110"
  217. android:layout_height="match_parent"
  218. android:gravity="center_vertical"
  219. android:text="车辆类型"
  220. android:textSize="@dimen/sp_14"
  221. tools:ignore="UseCompatTextViewDrawableXml" />
  222. <com.hjq.widget.view.ClearEditText
  223. android:id="@+id/text2"
  224. style="@style/EditTextStyle"
  225. android:enabled="false"
  226. android:layout_width="match_parent"
  227. android:layout_height="match_parent"
  228. android:background="@color/white"
  229. android:drawablePadding="@dimen/dp_15"
  230. android:hint="请选择车辆类型"
  231. android:paddingHorizontal="@dimen/dp_20"
  232. android:singleLine="true" />
  233. </LinearLayout>
  234. <LinearLayout
  235. android:layout_width="match_parent"
  236. android:layout_height="@dimen/dp_45"
  237. android:paddingHorizontal="@dimen/dp_12"
  238. android:background="#FFFFFF">
  239. <TextView
  240. android:layout_width="@dimen/dp_110"
  241. android:layout_height="match_parent"
  242. android:gravity="center_vertical"
  243. android:text="所有人"
  244. android:textSize="@dimen/sp_14"
  245. tools:ignore="UseCompatTextViewDrawableXml" />
  246. <com.hjq.widget.view.ClearEditText
  247. android:id="@+id/text3"
  248. android:enabled="false"
  249. style="@style/EditTextStyle"
  250. android:layout_width="match_parent"
  251. android:layout_height="match_parent"
  252. android:background="@color/white"
  253. android:drawablePadding="@dimen/dp_15"
  254. android:hint="请输入所有人"
  255. android:paddingHorizontal="@dimen/dp_20"
  256. android:singleLine="true" />
  257. </LinearLayout>
  258. <LinearLayout
  259. android:layout_width="match_parent"
  260. android:layout_height="@dimen/dp_45"
  261. android:paddingHorizontal="@dimen/dp_12"
  262. android:background="#FFFFFF">
  263. <TextView
  264. android:layout_width="@dimen/dp_110"
  265. android:layout_height="match_parent"
  266. android:gravity="center_vertical"
  267. android:text="核定载人数"
  268. android:textSize="@dimen/sp_14"
  269. tools:ignore="UseCompatTextViewDrawableXml" />
  270. <com.hjq.widget.view.ClearEditText
  271. android:id="@+id/text4"
  272. android:enabled="false"
  273. style="@style/EditTextStyle"
  274. android:layout_width="0dp"
  275. android:layout_height="match_parent"
  276. android:layout_weight="1"
  277. android:background="@color/white"
  278. android:drawablePadding="@dimen/dp_15"
  279. android:hint="请输入核定载人数"
  280. android:paddingHorizontal="@dimen/dp_20"
  281. android:singleLine="true" />
  282. <TextView
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content"
  285. android:layout_marginRight="@dimen/dp_20"
  286. android:text="人" />
  287. </LinearLayout>
  288. <LinearLayout
  289. android:id="@+id/layout1"
  290. android:layout_width="match_parent"
  291. android:layout_height="@dimen/dp_45"
  292. android:paddingHorizontal="@dimen/dp_12"
  293. android:background="#FFFFFF"
  294. tools:visibility="visible">
  295. <TextView
  296. android:layout_width="@dimen/dp_110"
  297. android:layout_height="match_parent"
  298. android:gravity="center_vertical"
  299. android:text="总质量"
  300. android:textSize="@dimen/sp_14"
  301. tools:ignore="UseCompatTextViewDrawableXml" />
  302. <com.hjq.widget.view.ClearEditText
  303. android:id="@+id/text5"
  304. android:enabled="false"
  305. style="@style/EditTextStyle"
  306. android:layout_width="0dp"
  307. android:layout_height="match_parent"
  308. android:layout_weight="1"
  309. android:background="@color/white"
  310. android:drawablePadding="@dimen/dp_15"
  311. android:hint="请输入总质量"
  312. android:paddingHorizontal="@dimen/dp_20"
  313. android:singleLine="true"
  314. app:regexType="number" />
  315. <TextView
  316. android:layout_width="wrap_content"
  317. android:layout_height="wrap_content"
  318. android:layout_marginRight="@dimen/dp_20"
  319. android:text="kg" />
  320. </LinearLayout>
  321. <LinearLayout
  322. android:id="@+id/layout2"
  323. android:layout_width="match_parent"
  324. android:layout_height="@dimen/dp_45"
  325. android:paddingHorizontal="@dimen/dp_12"
  326. android:background="#FFFFFF"
  327. tools:visibility="visible">
  328. <TextView
  329. android:layout_width="@dimen/dp_110"
  330. android:layout_height="match_parent"
  331. android:gravity="center_vertical"
  332. android:text="整备质量"
  333. android:textSize="@dimen/sp_14"
  334. tools:ignore="UseCompatTextViewDrawableXml" />
  335. <com.hjq.widget.view.ClearEditText
  336. android:id="@+id/text6"
  337. android:enabled="false"
  338. style="@style/EditTextStyle"
  339. android:layout_width="0dp"
  340. android:layout_height="match_parent"
  341. android:layout_weight="1"
  342. android:background="@color/white"
  343. android:drawablePadding="@dimen/dp_15"
  344. android:hint="请输入整备质量"
  345. android:paddingHorizontal="@dimen/dp_20"
  346. android:singleLine="true"
  347. app:regexType="number" />
  348. <TextView
  349. android:layout_width="wrap_content"
  350. android:layout_height="wrap_content"
  351. android:layout_marginRight="@dimen/dp_20"
  352. android:text="kg" />
  353. </LinearLayout>
  354. <LinearLayout
  355. android:layout_width="match_parent"
  356. android:layout_height="@dimen/dp_45"
  357. android:paddingHorizontal="@dimen/dp_12"
  358. android:background="#FFFFFF">
  359. <TextView
  360. android:layout_width="@dimen/dp_110"
  361. android:layout_height="match_parent"
  362. android:gravity="center_vertical"
  363. android:text="外廓尺寸"
  364. android:textSize="@dimen/sp_14"
  365. tools:ignore="UseCompatTextViewDrawableXml" />
  366. <com.hjq.widget.view.ClearEditText
  367. android:id="@+id/text7"
  368. android:enabled="false"
  369. style="@style/EditTextStyle"
  370. android:layout_width="0dp"
  371. android:layout_height="match_parent"
  372. android:layout_weight="1"
  373. android:background="@color/white"
  374. android:drawablePadding="@dimen/dp_15"
  375. android:hint="请输入外廓尺寸"
  376. android:paddingHorizontal="@dimen/dp_20"
  377. android:singleLine="true" />
  378. <TextView
  379. android:layout_width="wrap_content"
  380. android:layout_height="wrap_content"
  381. android:layout_marginRight="@dimen/dp_20"
  382. android:text="mm" />
  383. </LinearLayout>
  384. <LinearLayout
  385. android:layout_width="match_parent"
  386. android:layout_height="@dimen/dp_45"
  387. android:paddingHorizontal="@dimen/dp_12"
  388. android:background="#FFFFFF">
  389. <TextView
  390. android:layout_width="@dimen/dp_110"
  391. android:layout_height="match_parent"
  392. android:gravity="center_vertical"
  393. android:text="品牌型号"
  394. android:textSize="@dimen/sp_14"
  395. tools:ignore="UseCompatTextViewDrawableXml" />
  396. <com.hjq.widget.view.ClearEditText
  397. android:id="@+id/text8"
  398. android:enabled="false"
  399. style="@style/EditTextStyle"
  400. android:layout_width="match_parent"
  401. android:layout_height="match_parent"
  402. android:background="@color/white"
  403. android:drawablePadding="@dimen/dp_15"
  404. android:hint="请输入行驶证品牌型号"
  405. android:paddingHorizontal="@dimen/dp_20"
  406. android:singleLine="true" />
  407. </LinearLayout>
  408. <LinearLayout
  409. android:layout_width="match_parent"
  410. android:layout_height="@dimen/dp_45"
  411. android:paddingHorizontal="@dimen/dp_12"
  412. android:background="#FFFFFF">
  413. <TextView
  414. android:layout_width="@dimen/dp_110"
  415. android:layout_height="match_parent"
  416. android:gravity="center_vertical"
  417. android:text="车辆识别代号"
  418. android:textSize="@dimen/sp_14"
  419. tools:ignore="UseCompatTextViewDrawableXml" />
  420. <com.hjq.widget.view.ClearEditText
  421. android:id="@+id/text9"
  422. android:enabled="false"
  423. style="@style/EditTextStyle"
  424. android:layout_width="match_parent"
  425. android:layout_height="match_parent"
  426. android:background="@color/white"
  427. android:drawablePadding="@dimen/dp_15"
  428. android:hint="请输入车辆识别代号"
  429. android:paddingHorizontal="@dimen/dp_20"
  430. android:singleLine="true" />
  431. </LinearLayout>
  432. <LinearLayout
  433. android:layout_width="match_parent"
  434. android:layout_height="@dimen/dp_45"
  435. android:paddingHorizontal="@dimen/dp_12"
  436. android:background="#FFFFFF">
  437. <TextView
  438. android:layout_width="@dimen/dp_110"
  439. android:layout_height="match_parent"
  440. android:gravity="center_vertical"
  441. android:text="发动机号码"
  442. android:textSize="@dimen/sp_14"
  443. tools:ignore="UseCompatTextViewDrawableXml" />
  444. <com.hjq.widget.view.ClearEditText
  445. android:id="@+id/text10"
  446. android:enabled="false"
  447. style="@style/EditTextStyle"
  448. android:layout_width="match_parent"
  449. android:layout_height="match_parent"
  450. android:background="@color/white"
  451. android:drawablePadding="@dimen/dp_15"
  452. android:hint="请输入发动机号码"
  453. android:paddingHorizontal="@dimen/dp_20"
  454. android:singleLine="true" />
  455. </LinearLayout>
  456. <LinearLayout
  457. android:id="@+id/layout3"
  458. android:layout_width="match_parent"
  459. android:layout_height="@dimen/dp_45"
  460. android:background="#FFFFFF"
  461. android:paddingHorizontal="@dimen/dp_12"
  462. tools:visibility="visible">
  463. <TextView
  464. android:layout_width="@dimen/dp_110"
  465. android:layout_height="match_parent"
  466. android:gravity="center_vertical"
  467. android:text="核定载质量"
  468. android:textSize="@dimen/sp_14"
  469. tools:ignore="UseCompatTextViewDrawableXml" />
  470. <com.hjq.widget.view.ClearEditText
  471. android:id="@+id/text11"
  472. android:enabled="false"
  473. style="@style/EditTextStyle"
  474. android:layout_width="0dp"
  475. android:layout_height="match_parent"
  476. android:layout_weight="1.5"
  477. android:background="@color/white"
  478. android:drawablePadding="@dimen/dp_15"
  479. android:hint="请输入核定载质量"
  480. android:paddingHorizontal="@dimen/dp_20"
  481. android:singleLine="true"
  482. app:regexType="number" />
  483. <TextView
  484. android:layout_width="wrap_content"
  485. android:layout_height="wrap_content"
  486. android:layout_marginRight="@dimen/dp_20"
  487. android:text="kg" />
  488. </LinearLayout>
  489. <LinearLayout
  490. android:id="@+id/layout5"
  491. android:layout_width="match_parent"
  492. android:layout_height="@dimen/dp_45"
  493. android:background="#FFFFFF"
  494. android:paddingHorizontal="@dimen/dp_12"
  495. tools:visibility="visible">
  496. <TextView
  497. android:layout_width="@dimen/dp_110"
  498. android:layout_height="match_parent"
  499. android:gravity="center_vertical"
  500. android:text="准牵引总质量"
  501. android:textSize="@dimen/sp_14"
  502. tools:ignore="UseCompatTextViewDrawableXml" />
  503. <com.hjq.widget.view.ClearEditText
  504. android:id="@+id/text12"
  505. android:enabled="false"
  506. style="@style/EditTextStyle"
  507. android:layout_width="0dp"
  508. android:layout_height="match_parent"
  509. android:layout_weight="1.8"
  510. android:background="@color/white"
  511. android:drawablePadding="@dimen/dp_15"
  512. android:hint="请输入准牵引总质量"
  513. android:paddingHorizontal="@dimen/dp_20"
  514. android:singleLine="true" />
  515. <TextView
  516. android:layout_width="wrap_content"
  517. android:layout_height="wrap_content"
  518. android:layout_marginRight="@dimen/dp_20"
  519. android:text="kg" />
  520. </LinearLayout>
  521. <LinearLayout
  522. android:id="@+id/layout4"
  523. android:layout_width="match_parent"
  524. android:layout_height="@dimen/dp_45"
  525. android:background="#FFFFFF"
  526. android:paddingHorizontal="@dimen/dp_12"
  527. tools:visibility="visible">
  528. <TextView
  529. android:layout_width="@dimen/dp_110"
  530. android:layout_height="match_parent"
  531. android:gravity="center_vertical"
  532. android:text="车轴数"
  533. android:textSize="@dimen/sp_14"
  534. tools:ignore="UseCompatTextViewDrawableXml" />
  535. <androidx.appcompat.widget.AppCompatTextView
  536. android:id="@+id/text13"
  537. style="@style/EditTextStyle"
  538. android:layout_width="match_parent"
  539. android:layout_height="match_parent"
  540. android:background="@color/white"
  541. android:drawablePadding="@dimen/dp_15"
  542. android:hint="请选择车轴数"
  543. android:paddingHorizontal="@dimen/dp_20"
  544. android:singleLine="true" />
  545. </LinearLayout>
  546. <LinearLayout
  547. android:layout_width="match_parent"
  548. android:layout_height="@dimen/dp_45"
  549. android:paddingHorizontal="@dimen/dp_12"
  550. android:background="#FFFFFF">
  551. <TextView
  552. android:layout_width="@dimen/dp_110"
  553. android:layout_height="match_parent"
  554. android:gravity="center_vertical"
  555. android:text="发证日期"
  556. android:textSize="@dimen/sp_14"
  557. tools:ignore="UseCompatTextViewDrawableXml" />
  558. <androidx.appcompat.widget.AppCompatTextView
  559. android:id="@+id/text14"
  560. style="@style/EditTextStyle"
  561. android:layout_width="match_parent"
  562. android:layout_height="match_parent"
  563. android:background="@color/white"
  564. android:drawablePadding="@dimen/dp_15"
  565. android:hint="请选择发证日期"
  566. android:paddingHorizontal="@dimen/dp_20"
  567. android:singleLine="true" />
  568. </LinearLayout>
  569. <LinearLayout
  570. android:id="@+id/layout90"
  571. android:layout_width="match_parent"
  572. android:layout_height="@dimen/dp_45"
  573. android:background="#FFFFFF"
  574. android:paddingHorizontal="@dimen/dp_12"
  575. android:visibility="visible">
  576. <TextView
  577. android:layout_width="@dimen/dp_110"
  578. android:layout_height="match_parent"
  579. android:gravity="center_vertical"
  580. android:text="车辆用户类型"
  581. android:textSize="@dimen/sp_14"
  582. tools:ignore="UseCompatTextViewDrawableXml" />
  583. <androidx.appcompat.widget.AppCompatTextView
  584. android:id="@+id/text15"
  585. style="@style/EditTextStyle"
  586. android:layout_width="match_parent"
  587. android:layout_height="match_parent"
  588. android:background="@color/white"
  589. android:drawablePadding="@dimen/dp_15"
  590. android:hint="请选择车辆用户类型"
  591. android:paddingHorizontal="@dimen/dp_20"
  592. android:singleLine="true" />
  593. </LinearLayout>
  594. <LinearLayout
  595. android:layout_width="match_parent"
  596. android:layout_height="@dimen/dp_45"
  597. android:background="#FFFFFF"
  598. android:visibility="gone">
  599. <TextView
  600. android:layout_width="wrap_content"
  601. android:layout_height="wrap_content"
  602. android:layout_marginLeft="@dimen/dp_20"
  603. android:text="服务场景"
  604. android:textColor="#333333"
  605. android:textSize="15sp" />
  606. <androidx.appcompat.widget.AppCompatTextView
  607. android:id="@+id/text16"
  608. style="@style/EditTextStyle"
  609. android:layout_width="match_parent"
  610. android:layout_height="match_parent"
  611. android:background="@color/white"
  612. android:drawablePadding="@dimen/dp_15"
  613. android:hint="请选择服务场景"
  614. android:paddingHorizontal="@dimen/dp_20"
  615. android:singleLine="true" />
  616. </LinearLayout>
  617. </LinearLayout>
  618. <Button
  619. android:id="@+id/btnNext"
  620. style="@style/BtnShortStyle"
  621. android:layout_width="@dimen/dp_150"
  622. android:layout_height="@dimen/dp_40"
  623. android:layout_alignParentBottom="true"
  624. android:layout_centerHorizontal="true"
  625. android:layout_gravity="center"
  626. android:layout_marginTop="@dimen/dp_40"
  627. android:layout_marginBottom="@dimen/dp_30"
  628. android:text="下一步"
  629. android:textSize="@dimen/sp_14" />
  630. </LinearLayout>
  631. </androidx.core.widget.NestedScrollView>
  632. </LinearLayout>