8f60a25d86cdfede083469f85914003e7363190d.svn-base 32 KB

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