764bdaa27982004cd915f30e57f5d220d76161bf.svn-base 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  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:id="@+id/tobigll"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:orientation="vertical"
  24. android:paddingLeft="10dp"
  25. android:paddingRight="10dp"
  26. android:paddingBottom="40dp">
  27. <RelativeLayout
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content"
  30. android:layout_marginLeft="10dp"
  31. android:layout_marginTop="2dp"
  32. android:layout_marginRight="10dp">
  33. <ImageView
  34. android:id="@+id/iv_report_top"
  35. android:layout_width="wrap_content"
  36. android:layout_height="wrap_content"
  37. android:src="@mipmap/iv_report_top" />
  38. <TextView
  39. android:id="@+id/vndetail_tv_tt"
  40. android:layout_width="match_parent"
  41. android:layout_height="wrap_content"
  42. android:layout_alignParentRight="true"
  43. android:layout_marginLeft="25dp"
  44. android:layout_marginBottom="2dp"
  45. android:layout_toRightOf="@id/iv_report_top"
  46. android:gravity="center"
  47. android:text="产品追溯报告"
  48. android:textSize="10sp" />
  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="5dp"
  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:id="@+id/vntype"
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:layout_marginTop="6dp"
  109. android:text="受种人员"
  110. android:textSize="8sp"
  111. android:textStyle="bold" />
  112. <LinearLayout
  113. android:id="@+id/ll_shouzhongrenyuan"
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:orientation="vertical">
  117. <LinearLayout
  118. android:layout_width="match_parent"
  119. android:layout_height="wrap_content"
  120. android:layout_marginTop="6dp"
  121. android:orientation="horizontal">
  122. <TextView
  123. android:layout_width="wrap_content"
  124. android:layout_height="wrap_content"
  125. android:text="受种者姓名........."
  126. android:textSize="8sp" />
  127. <TextView
  128. android:id="@+id/vndetail_tv_vnname"
  129. android:layout_width="wrap_content"
  130. android:layout_height="wrap_content"
  131. android:textSize="8dp" />
  132. </LinearLayout>
  133. <LinearLayout
  134. android:layout_width="match_parent"
  135. android:layout_height="wrap_content"
  136. android:layout_marginTop="2dp"
  137. android:orientation="horizontal">
  138. <TextView
  139. android:layout_width="wrap_content"
  140. android:layout_height="wrap_content"
  141. android:text="性别..............."
  142. android:textSize="8sp" />
  143. <TextView
  144. android:id="@+id/vndetail_tv_vnsex"
  145. android:layout_width="wrap_content"
  146. android:layout_height="wrap_content"
  147. android:textSize="8dp" />
  148. </LinearLayout>
  149. <LinearLayout
  150. android:layout_width="match_parent"
  151. android:layout_height="wrap_content"
  152. android:layout_marginTop="2dp"
  153. android:orientation="horizontal">
  154. <TextView
  155. android:layout_width="wrap_content"
  156. android:layout_height="wrap_content"
  157. android:text="出生日期........."
  158. android:textSize="8sp" />
  159. <TextView
  160. android:id="@+id/vndetail_tv_vnbirthday"
  161. android:layout_width="wrap_content"
  162. android:layout_height="wrap_content"
  163. android:textSize="8dp" />
  164. </LinearLayout>
  165. <LinearLayout
  166. android:layout_width="match_parent"
  167. android:layout_height="wrap_content"
  168. android:layout_marginTop="2dp"
  169. android:orientation="horizontal">
  170. <TextView
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:text="二维码编号........."
  174. android:textSize="8sp" />
  175. <TextView
  176. android:id="@+id/vndetail_tv_vncodeid"
  177. android:layout_width="wrap_content"
  178. android:layout_height="wrap_content"
  179. android:textSize="8dp" />
  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_vnjianhuren"
  193. android:layout_width="wrap_content"
  194. android:layout_height="wrap_content"
  195. android:textSize="8dp" />
  196. </LinearLayout>
  197. <LinearLayout
  198. android:layout_width="match_parent"
  199. android:layout_height="wrap_content"
  200. android:layout_marginTop="2dp"
  201. android:orientation="horizontal">
  202. <TextView
  203. android:layout_width="wrap_content"
  204. android:layout_height="wrap_content"
  205. android:text="联系方式........."
  206. android:textSize="8sp" />
  207. <TextView
  208. android:id="@+id/vndetail_tv_vnphone"
  209. android:layout_width="wrap_content"
  210. android:layout_height="wrap_content"
  211. android:textSize="8dp" />
  212. </LinearLayout>
  213. </LinearLayout>
  214. <LinearLayout
  215. android:id="@+id/ll_yumiaoxiangqing"
  216. android:layout_width="wrap_content"
  217. android:layout_height="wrap_content"
  218. android:orientation="vertical"
  219. android:visibility="gone">
  220. <LinearLayout
  221. android:layout_width="match_parent"
  222. android:layout_height="wrap_content"
  223. android:layout_marginTop="3dp"
  224. android:orientation="horizontal">
  225. <TextView
  226. android:layout_width="wrap_content"
  227. android:layout_height="wrap_content"
  228. android:text="疫苗名称........."
  229. android:textSize="8sp" />
  230. <TextView
  231. android:id="@+id/vndetail_tv_ymname"
  232. android:layout_width="wrap_content"
  233. android:layout_height="wrap_content"
  234. android:textSize="8dp" />
  235. </LinearLayout>
  236. <LinearLayout
  237. android:layout_width="match_parent"
  238. android:layout_height="wrap_content"
  239. android:layout_marginTop="2dp"
  240. android:orientation="horizontal">
  241. <TextView
  242. android:layout_width="wrap_content"
  243. android:layout_height="wrap_content"
  244. android:text="疫苗规格........."
  245. android:textSize="8sp" />
  246. <TextView
  247. android:id="@+id/vndetail_tv_vnsc"
  248. android:layout_width="wrap_content"
  249. android:layout_height="wrap_content"
  250. android:textSize="8dp" />
  251. </LinearLayout>
  252. <LinearLayout
  253. android:layout_width="match_parent"
  254. android:layout_height="wrap_content"
  255. android:layout_marginTop="2dp"
  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_factoryName"
  264. android:layout_width="wrap_content"
  265. android:layout_height="wrap_content"
  266. android:textSize="8dp" />
  267. </LinearLayout>
  268. <LinearLayout
  269. android:layout_width="match_parent"
  270. android:layout_height="wrap_content"
  271. android:layout_marginTop="2dp"
  272. android:orientation="horizontal">
  273. <TextView
  274. android:layout_width="wrap_content"
  275. android:layout_height="wrap_content"
  276. android:text="GMP 编号......"
  277. android:textSize="8sp" />
  278. <TextView
  279. android:id="@+id/vndetail_tv_gmpName"
  280. android:layout_width="wrap_content"
  281. android:layout_height="wrap_content"
  282. android:textSize="8sp" />
  283. </LinearLayout>
  284. <LinearLayout
  285. android:layout_width="match_parent"
  286. android:layout_height="wrap_content"
  287. android:layout_marginTop="2dp"
  288. android:orientation="horizontal">
  289. <TextView
  290. android:layout_width="wrap_content"
  291. android:layout_height="wrap_content"
  292. android:text="批签发证书....."
  293. android:textSize="8sp" />
  294. <TextView
  295. android:id="@+id/vndetail_tv_gmpPath"
  296. android:layout_width="wrap_content"
  297. android:layout_height="wrap_content"
  298. android:autoLink="all"
  299. android:text="点击查看"
  300. android:textColor="@color/blue"
  301. android:textSize="8sp" />
  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_vncreatdate"
  315. android:layout_width="wrap_content"
  316. android:layout_height="wrap_content"
  317. android:textSize="8dp" />
  318. </LinearLayout>
  319. <LinearLayout
  320. android:layout_width="match_parent"
  321. android:layout_height="wrap_content"
  322. android:layout_marginTop="2dp"
  323. android:orientation="horizontal">
  324. <TextView
  325. android:layout_width="wrap_content"
  326. android:layout_height="wrap_content"
  327. android:text="有效期 .............."
  328. android:textSize="8sp" />
  329. <TextView
  330. android:id="@+id/vndetail_tv_vnvalid"
  331. android:layout_width="wrap_content"
  332. android:layout_height="wrap_content"
  333. android:textSize="8dp" />
  334. </LinearLayout>
  335. </LinearLayout>
  336. </LinearLayout>
  337. <LinearLayout
  338. android:layout_width="0dp"
  339. android:layout_height="wrap_content"
  340. android:layout_weight="5"
  341. android:orientation="vertical">
  342. <TextView
  343. android:layout_width="wrap_content"
  344. android:layout_height="wrap_content"
  345. android:layout_marginTop="3dp"
  346. android:text="接种人员"
  347. android:textSize="8sp"
  348. android:textStyle="bold" />
  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. <TextView
  400. android:textStyle="bold"
  401. android:layout_width="wrap_content"
  402. android:layout_height="wrap_content"
  403. android:layout_marginTop="2dp"
  404. android:text="追溯结果:"
  405. android:textSize="8sp" />
  406. <TextView
  407. android:layout_width="wrap_content"
  408. android:layout_height="wrap_content"
  409. android:layout_gravity="center"
  410. android:layout_marginTop="-4dp"
  411. android:text="冷链温度"
  412. android:textColor="#a8996e"
  413. android:textSize="10sp" />
  414. <ImageView
  415. android:id="@+id/vndetail_tv_chatImage"
  416. android:layout_width="match_parent"
  417. android:layout_height="wrap_content"
  418. android:layout_marginTop="1dp" />
  419. <LinearLayout
  420. android:layout_width="match_parent"
  421. android:layout_height="wrap_content"
  422. android:orientation="horizontal"
  423. android:weightSum="5">
  424. <TextView
  425. android:id="@+id/vn_type"
  426. android:layout_width="0dp"
  427. android:layout_height="wrap_content"
  428. android:layout_weight="1.9"
  429. android:textSize="7sp"
  430. android:textStyle="bold" />
  431. <TextView
  432. android:id="@+id/vn_tips"
  433. android:layout_width="0dp"
  434. android:layout_height="wrap_content"
  435. android:layout_weight="3.1"
  436. android:textSize="7sp" />
  437. </LinearLayout>
  438. <LinearLayout
  439. android:layout_width="match_parent"
  440. android:layout_height="wrap_content"
  441. android:layout_marginTop="3dp"
  442. android:orientation="horizontal">
  443. <LinearLayout
  444. android:layout_width="0dp"
  445. android:layout_height="wrap_content"
  446. android:layout_weight="6"
  447. android:orientation="vertical">
  448. <TextView
  449. android:layout_width="wrap_content"
  450. android:layout_height="wrap_content"
  451. android:text="可追溯:"
  452. android:textStyle="bold"
  453. android:textSize="7sp" />
  454. <LinearLayout
  455. android:layout_width="match_parent"
  456. android:layout_height="wrap_content"
  457. android:orientation="horizontal">
  458. <TextView
  459. android:id="@+id/vndetail_tv_othervn1"
  460. android:layout_width="wrap_content"
  461. android:layout_height="wrap_content"
  462. android:text="点击查询......"
  463. android:textSize="7sp" />
  464. <TextView
  465. android:layout_width="wrap_content"
  466. android:layout_height="wrap_content"
  467. android:text="同批次其他疫苗冷链"
  468. android:textSize="7sp" />
  469. </LinearLayout>
  470. <LinearLayout
  471. android:layout_width="match_parent"
  472. android:layout_height="wrap_content"
  473. android:layout_marginTop="4dp"
  474. android:orientation="horizontal">
  475. <TextView
  476. android:id="@+id/vndetail_tv_othervn2"
  477. android:layout_width="wrap_content"
  478. android:layout_height="wrap_content"
  479. android:text="点击查询......"
  480. android:textSize="7sp" />
  481. <TextView
  482. android:layout_width="wrap_content"
  483. android:layout_height="wrap_content"
  484. android:text="同批次其他疫苗流向"
  485. android:textSize="7sp" />
  486. </LinearLayout>
  487. <LinearLayout
  488. android:layout_width="match_parent"
  489. android:layout_height="wrap_content"
  490. android:layout_marginTop="4dp"
  491. android:orientation="horizontal">
  492. <TextView
  493. android:id="@+id/vndetail_tv_othervn3"
  494. android:layout_width="wrap_content"
  495. android:layout_height="wrap_content"
  496. android:text="点击查询......"
  497. android:textSize="7sp" />
  498. <TextView
  499. android:layout_width="wrap_content"
  500. android:layout_height="wrap_content"
  501. android:text="同企业其他疫苗"
  502. android:textSize="7sp" />
  503. </LinearLayout>
  504. </LinearLayout>
  505. <RelativeLayout
  506. android:layout_width="0dp"
  507. android:layout_height="wrap_content"
  508. android:layout_weight="10"
  509. android:orientation="horizontal">
  510. <ScrollView
  511. android:layout_width="wrap_content"
  512. android:layout_height="55dp"
  513. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  514. <TextView
  515. android:id="@+id/vndetail_tv_tips"
  516. android:layout_width="wrap_content"
  517. android:layout_height="wrap_content"
  518. android:text="@string/vndeatil_tips"
  519. android:textColor="@color/gray"
  520. android:textSize="6sp" />
  521. </ScrollView>
  522. <ImageView
  523. android:id="@+id/vndetail_iv_tipsimg"
  524. android:layout_width="50dp"
  525. android:layout_height="50dp"
  526. android:layout_alignParentRight="true"
  527. android:layout_marginLeft="4dp"
  528. android:layout_marginTop="2dp"
  529. android:layout_marginRight="4dp"
  530. android:layout_marginBottom="4dp"
  531. android:src="@mipmap/qr" />
  532. </RelativeLayout>
  533. </LinearLayout>
  534. <LinearLayout
  535. android:layout_width="match_parent"
  536. android:layout_height="71dp"
  537. android:layout_marginTop="8dp"
  538. android:orientation="horizontal">
  539. <RelativeLayout
  540. android:layout_width="0dp"
  541. android:layout_height="match_parent"
  542. android:layout_marginRight="-2dp"
  543. android:layout_weight="1"
  544. android:background="@drawable/border_report"
  545. android:orientation="vertical"
  546. android:padding="10dp">
  547. <ImageView
  548. android:layout_width="20dp"
  549. android:layout_height="wrap_content"
  550. android:layout_centerInParent="true"
  551. android:src="@mipmap/dun" />
  552. </RelativeLayout>
  553. <LinearLayout
  554. android:layout_width="0dp"
  555. android:layout_height="wrap_content"
  556. android:layout_weight="6"
  557. android:background="@drawable/border_report"
  558. android:orientation="vertical"
  559. android:padding="5dp">
  560. <TextView
  561. android:layout_width="wrap_content"
  562. android:layout_height="wrap_content"
  563. android:text="免责声明:"
  564. android:textColor="#97885c"
  565. android:textSize="8sp"
  566. android:textStyle="bold" />
  567. <ScrollView
  568. android:layout_width="wrap_content"
  569. android:layout_height="wrap_content">
  570. <TextView
  571. android:id="@+id/vndetail_tv_disclaimer"
  572. android:layout_width="wrap_content"
  573. android:layout_height="wrap_content"
  574. android:text="@string/vndeatil_disclaimer"
  575. android:textColor="#97885c"
  576. android:textSize="7sp" />
  577. </ScrollView>
  578. </LinearLayout>
  579. </LinearLayout>
  580. </LinearLayout>
  581. </eVVM.apk.widget.ZoomView>
  582. <RelativeLayout
  583. android:layout_width="match_parent"
  584. android:layout_height="wrap_content"
  585. android:layout_alignParentBottom="true"
  586. android:layout_centerHorizontal="true"
  587. android:background="@color/white"
  588. android:gravity="center_horizontal"
  589. android:paddingTop="5dp"
  590. android:paddingBottom="5dp">
  591. <Button
  592. android:id="@+id/send_btn_report"
  593. android:layout_width="140dp"
  594. android:layout_height="35dp"
  595. android:background="@drawable/small_btn"
  596. android:paddingLeft="20dp"
  597. android:paddingRight="20dp"
  598. android:text="@string/report_fuhe"
  599. android:textColor="@color/white"
  600. android:textSize="15.3sp" />
  601. </RelativeLayout>
  602. <ImageButton
  603. android:id="@+id/vndetail_bt_magnifier"
  604. android:layout_width="30dp"
  605. android:layout_height="30dp"
  606. android:layout_alignParentRight="true"
  607. android:layout_alignParentBottom="true"
  608. android:layout_marginRight="10dp"
  609. android:layout_marginBottom="5dp"
  610. android:background="@color/transparent"
  611. android:src="@mipmap/magnifier" />
  612. </RelativeLayout>