5d78dc753b6bb8e7271e96026c96579162752a5e.svn-base 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout 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/white"
  8. tools:context=".ui.vaccination.VnReportDetailForNctActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/tb_vndetail_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:visibility="visible"
  14. app:lineColor="@color/black"
  15. app:title="@string/report_zhuishu" />
  16. <eVVM.apk.widget.ZoomView
  17. android:id="@+id/zv_report"
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"
  20. android:layout_below="@+id/tb_vndetail_title">
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="wrap_content"
  24. android:orientation="vertical"
  25. android:paddingLeft="10dp"
  26. android:paddingRight="10dp"
  27. android:paddingBottom="40dp">
  28. <RelativeLayout
  29. android:layout_width="match_parent"
  30. android:layout_height="wrap_content"
  31. android:layout_marginLeft="10dp"
  32. android:layout_marginTop="3dp"
  33. android:layout_marginRight="10dp">
  34. <ImageView
  35. android:id="@+id/iv_report_top"
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:src="@mipmap/iv_report_top" />
  39. <TextView
  40. android:id="@+id/vndetail_tv_tt"
  41. android:layout_width="match_parent"
  42. android:layout_height="wrap_content"
  43. android:layout_alignParentRight="true"
  44. android:layout_marginLeft="25dp"
  45. android:layout_marginBottom="3dp"
  46. android:layout_toRightOf="@id/iv_report_top"
  47. android:gravity="center"
  48. android:text="产品追溯报告"
  49. android:textSize="10sp"
  50. android:visibility="gone" />
  51. <TextView
  52. android:id="@+id/vndetail_tv_line"
  53. android:layout_width="match_parent"
  54. android:layout_height="10dp"
  55. android:layout_below="@id/vndetail_tv_tt"
  56. android:layout_alignParentRight="true"
  57. android:layout_marginLeft="25dp"
  58. android:layout_marginRight="10dp"
  59. android:layout_toRightOf="@id/iv_report_top"
  60. android:background="#a8996e"
  61. android:text="" />
  62. <TextView
  63. android:id="@+id/vndetail_tv_title"
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_below="@id/vndetail_tv_tt"
  67. android:layout_alignLeft="@+id/vndetail_tv_line"
  68. android:layout_alignParentRight="true"
  69. android:layout_marginRight="10dp"
  70. android:background="#a8996e"
  71. android:text=" CARGO TRACK REPORT"
  72. android:textColor="#ffffff"
  73. android:textSize="11sp"
  74. android:textStyle="bold" />
  75. <TextView
  76. android:id="@+id/vndetail_tv_vncode"
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:layout_below="@+id/vndetail_tv_title"
  80. android:layout_alignLeft="@+id/vndetail_tv_title"
  81. android:layout_marginTop="4dp"
  82. android:layout_marginRight="10dp"
  83. android:text=""
  84. android:textColor="@color/gray"
  85. android:textSize="8sp" />
  86. <TextView
  87. android:id="@+id/vndetail_tv_vndate"
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:layout_below="@+id/vndetail_tv_vncode"
  91. android:layout_alignLeft="@+id/vndetail_tv_title"
  92. android:layout_marginTop="2dp"
  93. android:text=""
  94. android:textColor="@color/gray"
  95. android:textSize="8sp" />
  96. </RelativeLayout>
  97. <LinearLayout
  98. android:layout_width="match_parent"
  99. android:layout_height="wrap_content"
  100. android:orientation="horizontal">
  101. <LinearLayout
  102. android:layout_width="0dp"
  103. android:layout_height="wrap_content"
  104. android:layout_weight="6"
  105. android:orientation="vertical">
  106. <TextView
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:layout_marginTop="5dp"
  110. android:text="疫苗详情"
  111. android:textSize="8sp"
  112. android:textStyle="bold" />
  113. <LinearLayout
  114. android:layout_width="match_parent"
  115. android:layout_height="wrap_content"
  116. android:layout_marginTop="4dp"
  117. android:orientation="horizontal">
  118. <TextView
  119. android:layout_width="wrap_content"
  120. android:layout_height="wrap_content"
  121. android:text="疫苗名称........."
  122. android:textSize="8sp" />
  123. <TextView
  124. android:id="@+id/vndetail_tv_vnname"
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:textSize="8dp"
  128. android:visibility="invisible" />
  129. </LinearLayout>
  130. <LinearLayout
  131. android:layout_width="match_parent"
  132. android:layout_height="wrap_content"
  133. android:layout_marginTop="2dp"
  134. android:orientation="horizontal">
  135. <TextView
  136. android:layout_width="wrap_content"
  137. android:layout_height="wrap_content"
  138. android:text="疫苗规格........."
  139. android:textSize="8sp" />
  140. <TextView
  141. android:id="@+id/vndetail_tv_vnsc"
  142. android:layout_width="wrap_content"
  143. android:layout_height="wrap_content"
  144. android:textSize="8dp"
  145. android:visibility="invisible" />
  146. </LinearLayout>
  147. <LinearLayout
  148. android:layout_width="match_parent"
  149. android:layout_height="wrap_content"
  150. android:layout_marginTop="2dp"
  151. android:orientation="horizontal">
  152. <TextView
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content"
  155. android:text="生产企业........."
  156. android:textSize="8sp" />
  157. <TextView
  158. android:id="@+id/vndetail_tv_factoryName"
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:textSize="8dp"
  162. android:visibility="invisible" />
  163. </LinearLayout>
  164. <LinearLayout
  165. android:layout_width="match_parent"
  166. android:layout_height="wrap_content"
  167. android:layout_marginTop="2dp"
  168. android:orientation="horizontal">
  169. <TextView
  170. android:layout_width="wrap_content"
  171. android:layout_height="wrap_content"
  172. android:text="GMP 编号........"
  173. android:textSize="8sp" />
  174. <TextView
  175. android:id="@+id/vndetail_tv_gmpName"
  176. android:layout_width="wrap_content"
  177. android:layout_height="wrap_content"
  178. android:textSize="8sp"
  179. android:visibility="invisible" />
  180. </LinearLayout>
  181. <LinearLayout
  182. android:layout_width="match_parent"
  183. android:layout_height="wrap_content"
  184. android:layout_marginTop="2dp"
  185. android:orientation="horizontal">
  186. <TextView
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:text="批签发证书....."
  190. android:textSize="8sp" />
  191. <TextView
  192. android:id="@+id/vndetail_tv_gmpPath"
  193. android:layout_width="wrap_content"
  194. android:layout_height="wrap_content"
  195. android:autoLink="all"
  196. android:text="点击查看"
  197. android:textColor="@color/blue"
  198. android:textSize="8sp"
  199. android:visibility="invisible" />
  200. </LinearLayout>
  201. <LinearLayout
  202. android:layout_width="match_parent"
  203. android:layout_height="wrap_content"
  204. android:layout_marginTop="2dp"
  205. android:orientation="horizontal">
  206. <TextView
  207. android:layout_width="wrap_content"
  208. android:layout_height="wrap_content"
  209. android:text="生产日期........."
  210. android:textSize="8sp" />
  211. <TextView
  212. android:id="@+id/vndetail_tv_vncreatdate"
  213. android:layout_width="wrap_content"
  214. android:layout_height="wrap_content"
  215. android:textSize="8dp"
  216. android:visibility="invisible" />
  217. </LinearLayout>
  218. <LinearLayout
  219. android:layout_width="match_parent"
  220. android:layout_height="wrap_content"
  221. android:layout_marginTop="2dp"
  222. android:orientation="horizontal">
  223. <TextView
  224. android:layout_width="wrap_content"
  225. android:layout_height="wrap_content"
  226. android:text="有效期 ............"
  227. android:textSize="8sp" />
  228. <TextView
  229. android:id="@+id/vndetail_tv_vnvalid"
  230. android:layout_width="wrap_content"
  231. android:layout_height="wrap_content"
  232. android:textSize="8dp"
  233. android:visibility="invisible" />
  234. </LinearLayout>
  235. </LinearLayout>
  236. <LinearLayout
  237. android:layout_width="0dp"
  238. android:layout_height="wrap_content"
  239. android:layout_weight="5"
  240. android:orientation="vertical">
  241. <TextView
  242. android:id="@+id/renyuan_type"
  243. android:layout_width="wrap_content"
  244. android:layout_height="wrap_content"
  245. android:layout_marginTop="5dp"
  246. android:text="接种人员"
  247. android:textSize="8sp"
  248. android:textStyle="bold" />
  249. <LinearLayout
  250. android:id="@+id/shouzhongrenyuan"
  251. android:layout_width="wrap_content"
  252. android:layout_height="wrap_content"
  253. android:orientation="vertical">
  254. <LinearLayout
  255. android:layout_width="match_parent"
  256. android:layout_height="wrap_content"
  257. android:layout_marginTop="4dp"
  258. android:orientation="horizontal">
  259. <TextView
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:text="受种者姓名......."
  263. android:textSize="8sp" />
  264. <TextView
  265. android:id="@+id/vndetail_tv_szname"
  266. android:layout_width="wrap_content"
  267. android:layout_height="wrap_content"
  268. android:textSize="8sp"
  269. android:visibility="invisible" />
  270. </LinearLayout>
  271. <LinearLayout
  272. android:layout_width="match_parent"
  273. android:layout_height="wrap_content"
  274. android:layout_marginTop="2dp"
  275. android:orientation="horizontal">
  276. <TextView
  277. android:layout_width="wrap_content"
  278. android:layout_height="wrap_content"
  279. android:text="性别..................."
  280. android:textSize="8sp" />
  281. <TextView
  282. android:id="@+id/vndetail_tv_szsex"
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content"
  285. android:textSize="8sp"
  286. android:visibility="invisible" />
  287. </LinearLayout>
  288. <LinearLayout
  289. android:layout_width="match_parent"
  290. android:layout_height="wrap_content"
  291. android:layout_marginTop="2dp"
  292. android:orientation="horizontal">
  293. <TextView
  294. android:layout_width="wrap_content"
  295. android:layout_height="wrap_content"
  296. android:text="出生日期..........."
  297. android:textSize="8sp" />
  298. <TextView
  299. android:id="@+id/vndetail_tv_szbirthday"
  300. android:layout_width="wrap_content"
  301. android:layout_height="wrap_content"
  302. android:textSize="8sp"
  303. android:visibility="invisible" />
  304. </LinearLayout>
  305. <LinearLayout
  306. android:layout_width="match_parent"
  307. android:layout_height="wrap_content"
  308. android:layout_marginTop="2dp"
  309. android:orientation="horizontal">
  310. <TextView
  311. android:layout_width="wrap_content"
  312. android:layout_height="wrap_content"
  313. android:text="二维码编号......."
  314. android:textSize="8sp" />
  315. <TextView
  316. android:id="@+id/vndetail_tv_szid"
  317. android:layout_width="wrap_content"
  318. android:layout_height="wrap_content"
  319. android:textSize="8sp"
  320. android:visibility="invisible" />
  321. </LinearLayout>
  322. <LinearLayout
  323. android:layout_width="match_parent"
  324. android:layout_height="wrap_content"
  325. android:layout_marginTop="2dp"
  326. android:orientation="horizontal">
  327. <TextView
  328. android:layout_width="wrap_content"
  329. android:layout_height="wrap_content"
  330. android:text="受种者监护人..."
  331. android:textSize="8sp" />
  332. <TextView
  333. android:id="@+id/vndetail_tv_szguardian"
  334. android:layout_width="wrap_content"
  335. android:layout_height="wrap_content"
  336. android:textSize="8sp"
  337. android:visibility="invisible" />
  338. </LinearLayout>
  339. <LinearLayout
  340. android:layout_width="match_parent"
  341. android:layout_height="wrap_content"
  342. android:layout_marginTop="4dp"
  343. android:orientation="horizontal">
  344. <TextView
  345. android:layout_width="wrap_content"
  346. android:layout_height="wrap_content"
  347. android:text="联系方式............"
  348. android:textSize="8sp" />
  349. <TextView
  350. android:id="@+id/vndetail_tv_szTelephone"
  351. android:layout_width="wrap_content"
  352. android:layout_height="wrap_content"
  353. android:textSize="8sp"
  354. android:visibility="invisible" />
  355. </LinearLayout>
  356. </LinearLayout>
  357. <LinearLayout
  358. android:id="@+id/jiezhognrenyuan"
  359. android:layout_width="wrap_content"
  360. android:layout_height="wrap_content"
  361. android:orientation="vertical"
  362. android:visibility="gone">
  363. <LinearLayout
  364. android:layout_width="match_parent"
  365. android:layout_height="wrap_content"
  366. android:layout_marginTop="4dp"
  367. android:orientation="horizontal">
  368. <TextView
  369. android:layout_width="wrap_content"
  370. android:layout_height="wrap_content"
  371. android:text="接种单位........"
  372. android:textSize="8sp" />
  373. <TextView
  374. android:id="@+id/vndetail_tv_hospitalName"
  375. android:layout_width="wrap_content"
  376. android:layout_height="wrap_content"
  377. android:textSize="8sp"
  378. android:visibility="invisible" />
  379. </LinearLayout>
  380. <LinearLayout
  381. android:layout_width="match_parent"
  382. android:layout_height="wrap_content"
  383. android:layout_marginTop="4dp"
  384. android:orientation="horizontal">
  385. <TextView
  386. android:layout_width="wrap_content"
  387. android:layout_height="wrap_content"
  388. android:text="医生姓名........"
  389. android:textSize="8sp" />
  390. <TextView
  391. android:id="@+id/vndetail_tv_doctorName"
  392. android:layout_width="wrap_content"
  393. android:layout_height="wrap_content"
  394. android:textSize="8sp"
  395. android:visibility="invisible" />
  396. </LinearLayout>
  397. <LinearLayout
  398. android:layout_width="match_parent"
  399. android:layout_height="wrap_content"
  400. android:layout_marginTop="4dp"
  401. android:orientation="horizontal">
  402. <TextView
  403. android:layout_width="wrap_content"
  404. android:layout_height="wrap_content"
  405. android:text="联系方式........"
  406. android:textSize="8sp" />
  407. <TextView
  408. android:id="@+id/vndetail_tv_doctorTelephone"
  409. android:layout_width="wrap_content"
  410. android:layout_height="wrap_content"
  411. android:textSize="8sp"
  412. android:visibility="invisible" />
  413. </LinearLayout>
  414. </LinearLayout>
  415. </LinearLayout>
  416. </LinearLayout>
  417. <RelativeLayout
  418. android:layout_width="match_parent"
  419. android:layout_height="wrap_content">
  420. <ImageView
  421. android:id="@+id/vndetail_tv_chatImage"
  422. android:layout_width="match_parent"
  423. android:layout_height="wrap_content"
  424. android:layout_marginTop="5dp" />
  425. <TextView
  426. android:layout_width="wrap_content"
  427. android:layout_height="wrap_content"
  428. android:layout_marginTop="5dp"
  429. android:text="追溯结果"
  430. android:textSize="10sp"
  431. android:textStyle="bold" />
  432. </RelativeLayout>
  433. <RelativeLayout
  434. android:layout_width="match_parent"
  435. android:layout_height="wrap_content">
  436. <TextView
  437. android:id="@+id/vndetail_tv_typemsg"
  438. android:layout_width="match_parent"
  439. android:layout_height="wrap_content"
  440. android:layout_marginTop="5dp"
  441. android:layout_toRightOf="@+id/vndetail_tv_chatImage_title"
  442. android:text="没发现报告"
  443. android:textSize="9sp"
  444. android:textStyle="bold" />
  445. <TextView
  446. android:id="@+id/vndetail_tv_chatImage_title"
  447. android:layout_width="wrap_content"
  448. android:layout_height="wrap_content"
  449. android:layout_marginTop="5dp"
  450. android:text="可用性分析:"
  451. android:textSize="9sp"
  452. android:textStyle="bold" />
  453. </RelativeLayout>
  454. <LinearLayout
  455. android:layout_width="match_parent"
  456. android:layout_height="wrap_content"
  457. android:layout_marginTop="2dp"
  458. android:orientation="horizontal">
  459. <TextView
  460. android:id="@+id/coverview"
  461. android:layout_width="0dp"
  462. android:layout_height="55dp"
  463. android:layout_marginTop="3dp"
  464. android:layout_weight="5"
  465. android:paddingRight="4dp"
  466. android:text="提示:"
  467. android:textSize="4sp" />
  468. <LinearLayout
  469. android:layout_width="0dp"
  470. android:layout_height="wrap_content"
  471. android:layout_weight="6"
  472. android:orientation="vertical"
  473. android:visibility="gone">
  474. <LinearLayout
  475. android:layout_width="match_parent"
  476. android:layout_height="wrap_content"
  477. android:orientation="horizontal">
  478. <TextView
  479. android:id="@+id/vndetail_tv_othervn1"
  480. android:layout_width="wrap_content"
  481. android:layout_height="wrap_content"
  482. android:text="点击查询......"
  483. android:textSize="8sp" />
  484. <TextView
  485. android:layout_width="wrap_content"
  486. android:layout_height="wrap_content"
  487. android:text="同批次其他疫苗冷链"
  488. android:textSize="8sp" />
  489. </LinearLayout>
  490. <LinearLayout
  491. android:layout_width="match_parent"
  492. android:layout_height="wrap_content"
  493. android:layout_marginTop="4dp"
  494. android:orientation="horizontal">
  495. <TextView
  496. android:id="@+id/vndetail_tv_othervn2"
  497. android:layout_width="wrap_content"
  498. android:layout_height="wrap_content"
  499. android:text="点击查询......"
  500. android:textSize="8sp" />
  501. <TextView
  502. android:layout_width="wrap_content"
  503. android:layout_height="wrap_content"
  504. android:text="同批次其他疫苗流向"
  505. android:textSize="8sp" />
  506. </LinearLayout>
  507. <LinearLayout
  508. android:layout_width="match_parent"
  509. android:layout_height="wrap_content"
  510. android:layout_marginTop="4dp"
  511. android:orientation="horizontal">
  512. <TextView
  513. android:id="@+id/vndetail_tv_othervn3"
  514. android:layout_width="wrap_content"
  515. android:layout_height="wrap_content"
  516. android:text="点击查询......"
  517. android:textSize="8sp" />
  518. <TextView
  519. android:layout_width="wrap_content"
  520. android:layout_height="wrap_content"
  521. android:text="同企业其他疫苗"
  522. android:textSize="8sp" />
  523. </LinearLayout>
  524. </LinearLayout>
  525. <RelativeLayout
  526. android:layout_width="0dp"
  527. android:layout_height="55dp"
  528. android:layout_weight="12"
  529. android:orientation="horizontal">
  530. <ScrollView
  531. android:layout_width="wrap_content"
  532. android:layout_height="wrap_content"
  533. android:layout_marginTop="3.5dp"
  534. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  535. <TextView
  536. android:id="@+id/vndetail_tv_tips"
  537. android:layout_width="wrap_content"
  538. android:layout_height="wrap_content"
  539. android:text="@string/vndeatil_tips"
  540. android:textColor="@color/gray"
  541. android:textSize="4.5sp" />
  542. </ScrollView>
  543. <ImageView
  544. android:id="@+id/vndetail_iv_tipsimg"
  545. android:layout_width="55dp"
  546. android:layout_height="55dp"
  547. android:layout_alignParentRight="true"
  548. android:src="@mipmap/qrcode" />
  549. </RelativeLayout>
  550. </LinearLayout>
  551. <LinearLayout
  552. android:layout_width="match_parent"
  553. android:layout_height="wrap_content"
  554. android:layout_marginTop="4dp"
  555. android:orientation="horizontal">
  556. <RelativeLayout
  557. android:layout_width="0dp"
  558. android:layout_height="match_parent"
  559. android:layout_marginRight="-2dp"
  560. android:layout_weight="1"
  561. android:background="@drawable/border_report"
  562. android:orientation="vertical"
  563. android:padding="10dp">
  564. <ImageView
  565. android:layout_width="20dp"
  566. android:layout_height="wrap_content"
  567. android:layout_centerInParent="true"
  568. android:src="@mipmap/dun" />
  569. </RelativeLayout>
  570. <LinearLayout
  571. android:layout_width="0dp"
  572. android:layout_height="wrap_content"
  573. android:layout_weight="6"
  574. android:background="@drawable/border_report"
  575. android:orientation="vertical"
  576. android:padding="5dp">
  577. <TextView
  578. android:layout_width="wrap_content"
  579. android:layout_height="wrap_content"
  580. android:text="免责声明:"
  581. android:textColor="#97885c"
  582. android:textSize="8sp"
  583. android:textStyle="bold" />
  584. <ScrollView
  585. android:layout_width="wrap_content"
  586. android:layout_height="wrap_content">
  587. <TextView
  588. android:id="@+id/vndetail_tv_disclaimer"
  589. android:layout_width="wrap_content"
  590. android:layout_height="wrap_content"
  591. android:text="@string/vndeatil_disclaimer"
  592. android:textColor="#97885c"
  593. android:textSize="5sp" />
  594. </ScrollView>
  595. </LinearLayout>
  596. </LinearLayout>
  597. </LinearLayout>
  598. </eVVM.apk.widget.ZoomView>
  599. <RelativeLayout
  600. android:id="@+id/btn_ll"
  601. android:layout_width="match_parent"
  602. android:layout_height="wrap_content"
  603. android:layout_alignParentBottom="true"
  604. android:layout_centerHorizontal="true"
  605. android:background="@color/white"
  606. android:gravity="center_horizontal"
  607. android:paddingTop="5dp"
  608. android:paddingBottom="5dp">
  609. <Button
  610. android:id="@+id/next_btn_report"
  611. android:layout_width="140dp"
  612. android:layout_height="35dp"
  613. android:background="@drawable/small_btn"
  614. android:paddingLeft="20dp"
  615. android:paddingRight="20dp"
  616. android:text="@string/report_confirm"
  617. android:textColor="@color/white"
  618. android:textSize="15.3sp" />
  619. </RelativeLayout>
  620. <ImageButton
  621. android:id="@+id/vndetail_bt_magnifier"
  622. android:layout_width="30dp"
  623. android:layout_height="30dp"
  624. android:layout_alignParentRight="true"
  625. android:layout_alignParentBottom="true"
  626. android:layout_marginRight="10dp"
  627. android:layout_marginBottom="5dp"
  628. android:background="@color/transparent"
  629. android:src="@mipmap/magnifier" />
  630. </RelativeLayout>