e6283a8e5f80d2f1eb82b702ef4fa32b17bb2f18.svn-base 31 KB

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