3c1894c96a8bc01ad8241deae2442d8c1a6de71d.svn-base 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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:visibility="gone"
  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="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. </LinearLayout>
  127. <LinearLayout
  128. android:layout_width="match_parent"
  129. android:layout_height="wrap_content"
  130. android:layout_marginTop="2dp"
  131. android:orientation="horizontal">
  132. <TextView
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content"
  135. android:text="疫苗规格........."
  136. android:textSize="8sp" />
  137. <TextView
  138. android:id="@+id/vndetail_tv_vnsc"
  139. android:layout_width="wrap_content"
  140. android:layout_height="wrap_content"
  141. android:textSize="8dp" />
  142. </LinearLayout>
  143. <LinearLayout
  144. android:layout_width="match_parent"
  145. android:layout_height="wrap_content"
  146. android:layout_marginTop="2dp"
  147. android:orientation="horizontal">
  148. <TextView
  149. android:layout_width="wrap_content"
  150. android:layout_height="wrap_content"
  151. android:text="生产企业........."
  152. android:textSize="8sp" />
  153. <TextView
  154. android:id="@+id/vndetail_tv_factoryName"
  155. android:layout_width="wrap_content"
  156. android:layout_height="wrap_content"
  157. android:textSize="8dp" />
  158. </LinearLayout>
  159. <LinearLayout
  160. android:layout_width="match_parent"
  161. android:layout_height="wrap_content"
  162. android:layout_marginTop="2dp"
  163. android:orientation="horizontal">
  164. <TextView
  165. android:layout_width="wrap_content"
  166. android:layout_height="wrap_content"
  167. android:text="GMP 编号........"
  168. android:textSize="8sp" />
  169. <TextView
  170. android:id="@+id/vndetail_tv_gmpName"
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:textSize="8sp" />
  174. </LinearLayout>
  175. <LinearLayout
  176. android:layout_width="match_parent"
  177. android:layout_height="wrap_content"
  178. android:layout_marginTop="2dp"
  179. android:orientation="horizontal">
  180. <TextView
  181. android:layout_width="wrap_content"
  182. android:layout_height="wrap_content"
  183. android:text="批签发证书....."
  184. android:textSize="8sp" />
  185. <TextView
  186. android:id="@+id/vndetail_tv_gmpPath"
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:autoLink="all"
  190. android:text="点击查看"
  191. android:textColor="@color/blue"
  192. android:textSize="8sp" />
  193. </LinearLayout>
  194. <LinearLayout
  195. android:layout_width="match_parent"
  196. android:layout_height="wrap_content"
  197. android:layout_marginTop="2dp"
  198. android:orientation="horizontal">
  199. <TextView
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content"
  202. android:text="生产日期........."
  203. android:textSize="8sp" />
  204. <TextView
  205. android:id="@+id/vndetail_tv_vncreatdate"
  206. android:layout_width="wrap_content"
  207. android:layout_height="wrap_content"
  208. android:textSize="8dp" />
  209. </LinearLayout>
  210. <LinearLayout
  211. android:layout_width="match_parent"
  212. android:layout_height="wrap_content"
  213. android:layout_marginTop="2dp"
  214. android:orientation="horizontal">
  215. <TextView
  216. android:layout_width="wrap_content"
  217. android:layout_height="wrap_content"
  218. android:text="有效期 ............"
  219. android:textSize="8sp" />
  220. <TextView
  221. android:id="@+id/vndetail_tv_vnvalid"
  222. android:layout_width="wrap_content"
  223. android:layout_height="wrap_content"
  224. android:textSize="8dp" />
  225. </LinearLayout>
  226. </LinearLayout>
  227. <LinearLayout
  228. android:layout_width="0dp"
  229. android:layout_height="wrap_content"
  230. android:layout_weight="5"
  231. android:orientation="vertical">
  232. <TextView
  233. android:id="@+id/renyuan_type"
  234. android:layout_width="wrap_content"
  235. android:layout_height="wrap_content"
  236. android:layout_marginTop="5dp"
  237. android:text="接种人员"
  238. android:textSize="8sp"
  239. android:textStyle="bold" />
  240. <LinearLayout
  241. android:id="@+id/shouzhongrenyuan"
  242. android:layout_width="wrap_content"
  243. android:layout_height="wrap_content"
  244. android:orientation="vertical">
  245. <LinearLayout
  246. android:layout_width="match_parent"
  247. android:layout_height="wrap_content"
  248. android:layout_marginTop="4dp"
  249. android:orientation="horizontal">
  250. <TextView
  251. android:layout_width="wrap_content"
  252. android:layout_height="wrap_content"
  253. android:text="受种者姓名........"
  254. android:textSize="8sp" />
  255. <TextView
  256. android:id="@+id/vndetail_tv_szname"
  257. android:layout_width="wrap_content"
  258. android:layout_height="wrap_content"
  259. android:textSize="8sp" />
  260. </LinearLayout>
  261. <LinearLayout
  262. android:layout_width="match_parent"
  263. android:layout_height="wrap_content"
  264. android:layout_marginTop="2dp"
  265. android:orientation="horizontal">
  266. <TextView
  267. android:layout_width="wrap_content"
  268. android:layout_height="wrap_content"
  269. android:text="性别........"
  270. android:textSize="8sp" />
  271. <TextView
  272. android:id="@+id/vndetail_tv_szsex"
  273. android:layout_width="wrap_content"
  274. android:layout_height="wrap_content"
  275. android:textSize="8sp" />
  276. </LinearLayout>
  277. <LinearLayout
  278. android:layout_width="match_parent"
  279. android:layout_height="wrap_content"
  280. android:layout_marginTop="2dp"
  281. android:orientation="horizontal">
  282. <TextView
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content"
  285. android:text="出生日期........"
  286. android:textSize="8sp" />
  287. <TextView
  288. android:id="@+id/vndetail_tv_szbirthday"
  289. android:layout_width="wrap_content"
  290. android:layout_height="wrap_content"
  291. android:textSize="8sp" />
  292. </LinearLayout>
  293. <LinearLayout
  294. android:layout_width="match_parent"
  295. android:layout_height="wrap_content"
  296. android:layout_marginTop="2dp"
  297. android:orientation="horizontal">
  298. <TextView
  299. android:layout_width="wrap_content"
  300. android:layout_height="wrap_content"
  301. android:text="二维码编号......."
  302. android:textSize="8sp" />
  303. <TextView
  304. android:id="@+id/vndetail_tv_szid"
  305. android:layout_width="wrap_content"
  306. android:layout_height="wrap_content"
  307. android:textSize="8sp" />
  308. </LinearLayout>
  309. <LinearLayout
  310. android:layout_width="match_parent"
  311. android:layout_height="wrap_content"
  312. android:layout_marginTop="2dp"
  313. android:orientation="horizontal">
  314. <TextView
  315. android:layout_width="wrap_content"
  316. android:layout_height="wrap_content"
  317. android:text="受种者监护人........"
  318. android:textSize="8sp" />
  319. <TextView
  320. android:id="@+id/vndetail_tv_szguardian"
  321. android:layout_width="wrap_content"
  322. android:layout_height="wrap_content"
  323. android:textSize="8sp" />
  324. </LinearLayout>
  325. <LinearLayout
  326. android:layout_width="match_parent"
  327. android:layout_height="wrap_content"
  328. android:layout_marginTop="4dp"
  329. android:orientation="horizontal">
  330. <TextView
  331. android:layout_width="wrap_content"
  332. android:layout_height="wrap_content"
  333. android:text="联系方式........"
  334. android:textSize="8sp" />
  335. <TextView
  336. android:id="@+id/vndetail_tv_szTelephone"
  337. android:layout_width="wrap_content"
  338. android:layout_height="wrap_content"
  339. android:textSize="8sp" />
  340. </LinearLayout>
  341. </LinearLayout>
  342. <LinearLayout
  343. android:id="@+id/jiezhognrenyuan"
  344. android:layout_width="wrap_content"
  345. android:layout_height="wrap_content"
  346. android:orientation="vertical"
  347. android:visibility="gone">
  348. <LinearLayout
  349. android:layout_width="match_parent"
  350. android:layout_height="wrap_content"
  351. android:layout_marginTop="4dp"
  352. android:orientation="horizontal">
  353. <TextView
  354. android:layout_width="wrap_content"
  355. android:layout_height="wrap_content"
  356. android:text="接种单位........"
  357. android:textSize="8sp" />
  358. <TextView
  359. android:id="@+id/vndetail_tv_hospitalName"
  360. android:layout_width="wrap_content"
  361. android:layout_height="wrap_content"
  362. android:textSize="8sp" />
  363. </LinearLayout>
  364. <LinearLayout
  365. android:layout_width="match_parent"
  366. android:layout_height="wrap_content"
  367. android:layout_marginTop="4dp"
  368. android:orientation="horizontal">
  369. <TextView
  370. android:layout_width="wrap_content"
  371. android:layout_height="wrap_content"
  372. android:text="医生姓名........"
  373. android:textSize="8sp" />
  374. <TextView
  375. android:id="@+id/vndetail_tv_doctorName"
  376. android:layout_width="wrap_content"
  377. android:layout_height="wrap_content"
  378. android:textSize="8sp" />
  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_doctorTelephone"
  392. android:layout_width="wrap_content"
  393. android:layout_height="wrap_content"
  394. android:textSize="8sp" />
  395. </LinearLayout>
  396. </LinearLayout>
  397. </LinearLayout>
  398. </LinearLayout>
  399. <RelativeLayout
  400. android:layout_width="match_parent"
  401. android:layout_height="wrap_content">
  402. <ImageView
  403. android:id="@+id/vndetail_tv_chatImage"
  404. android:layout_width="match_parent"
  405. android:layout_height="wrap_content"
  406. android:layout_marginTop="5dp" />
  407. <TextView
  408. android:layout_width="wrap_content"
  409. android:layout_height="wrap_content"
  410. android:layout_marginTop="5dp"
  411. android:text="追溯结果"
  412. android:textSize="10sp"
  413. android:textStyle="bold" />
  414. </RelativeLayout>
  415. <RelativeLayout
  416. android:layout_width="match_parent"
  417. android:layout_height="wrap_content">
  418. <TextView
  419. android:id="@+id/vndetail_tv_typemsg"
  420. android:layout_width="match_parent"
  421. android:layout_height="wrap_content"
  422. android:layout_marginTop="15dp"
  423. android:gravity="center_horizontal"
  424. android:text="没发现报告"
  425. android:textSize="12sp"
  426. android:textStyle="bold" />
  427. <TextView
  428. android:id="@+id/vndetail_tv_chatImage_title"
  429. android:layout_width="wrap_content"
  430. android:layout_height="wrap_content"
  431. android:layout_marginTop="1dp"
  432. android:text="可用性分析"
  433. android:textSize="9sp"
  434. android:textStyle="bold" />
  435. </RelativeLayout>
  436. <TextView
  437. android:id="@+id/coverview"
  438. android:layout_width="match_parent"
  439. android:layout_height="wrap_content"
  440. android:layout_marginTop="2dp"
  441. android:text=""
  442. android:textSize="9sp" />
  443. <LinearLayout
  444. android:layout_width="match_parent"
  445. android:layout_height="wrap_content"
  446. android:layout_marginTop="2dp"
  447. android:orientation="horizontal">
  448. <LinearLayout
  449. android:layout_width="0dp"
  450. android:layout_height="wrap_content"
  451. android:layout_weight="6"
  452. android:orientation="vertical"
  453. android:visibility="gone">
  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="8sp" />
  464. <TextView
  465. android:layout_width="wrap_content"
  466. android:layout_height="wrap_content"
  467. android:text="同批次其他疫苗冷链"
  468. android:textSize="8sp" />
  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="8sp" />
  481. <TextView
  482. android:layout_width="wrap_content"
  483. android:layout_height="wrap_content"
  484. android:text="同批次其他疫苗流向"
  485. android:textSize="8sp" />
  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="8sp" />
  498. <TextView
  499. android:layout_width="wrap_content"
  500. android:layout_height="wrap_content"
  501. android:text="同企业其他疫苗"
  502. android:textSize="8sp" />
  503. </LinearLayout>
  504. </LinearLayout>
  505. <RelativeLayout
  506. android:layout_width="0dp"
  507. android:layout_height="55dp"
  508. android:layout_weight="10"
  509. android:orientation="horizontal">
  510. <ScrollView
  511. android:layout_width="wrap_content"
  512. android:layout_height="wrap_content"
  513. android:layout_marginTop="3dp"
  514. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  515. <TextView
  516. android:id="@+id/vndetail_tv_tips"
  517. android:layout_width="wrap_content"
  518. android:layout_height="wrap_content"
  519. android:text="@string/vndeatil_tips"
  520. android:textColor="@color/gray"
  521. android:textSize="5sp" />
  522. </ScrollView>
  523. <ImageView
  524. android:id="@+id/vndetail_iv_tipsimg"
  525. android:layout_width="50dp"
  526. android:layout_height="50dp"
  527. android:layout_alignParentRight="true"
  528. android:layout_margin="4dp"
  529. android:src="@mipmap/qr" />
  530. </RelativeLayout>
  531. </LinearLayout>
  532. <LinearLayout
  533. android:layout_width="match_parent"
  534. android:layout_height="wrap_content"
  535. android:layout_marginTop="4dp"
  536. android:orientation="horizontal">
  537. <RelativeLayout
  538. android:layout_width="0dp"
  539. android:layout_height="match_parent"
  540. android:layout_marginRight="-2dp"
  541. android:layout_weight="1"
  542. android:background="@drawable/border_report"
  543. android:orientation="vertical"
  544. android:padding="10dp">
  545. <ImageView
  546. android:layout_width="20dp"
  547. android:layout_height="wrap_content"
  548. android:layout_centerInParent="true"
  549. android:src="@mipmap/dun" />
  550. </RelativeLayout>
  551. <LinearLayout
  552. android:layout_width="0dp"
  553. android:layout_height="wrap_content"
  554. android:layout_weight="6"
  555. android:background="@drawable/border_report"
  556. android:orientation="vertical"
  557. android:padding="5dp">
  558. <TextView
  559. android:layout_width="wrap_content"
  560. android:layout_height="wrap_content"
  561. android:text="免责声明:"
  562. android:textColor="#97885c"
  563. android:textSize="8sp"
  564. android:textStyle="bold" />
  565. <ScrollView
  566. android:layout_width="wrap_content"
  567. android:layout_height="wrap_content">
  568. <TextView
  569. android:id="@+id/vndetail_tv_disclaimer"
  570. android:layout_width="wrap_content"
  571. android:layout_height="wrap_content"
  572. android:text="@string/vndeatil_disclaimer"
  573. android:textColor="#97885c"
  574. android:textSize="6sp" />
  575. </ScrollView>
  576. </LinearLayout>
  577. </LinearLayout>
  578. </LinearLayout>
  579. </eVVM.apk.widget.ZoomView>
  580. <RelativeLayout
  581. android:id="@+id/btn_ll"
  582. android:layout_width="match_parent"
  583. android:layout_height="wrap_content"
  584. android:layout_alignParentBottom="true"
  585. android:layout_centerHorizontal="true"
  586. android:background="@color/white"
  587. android:gravity="center_horizontal"
  588. android:paddingTop="5dp"
  589. android:paddingBottom="5dp"
  590. android:visibility="gone">
  591. <Button
  592. android:id="@+id/next_btn_report"
  593. android:layout_width="140dp"
  594. android:layout_height="35dp"
  595. android:layout_toRightOf="@+id/send_btn_report"
  596. android:background="@drawable/small_btn"
  597. android:paddingLeft="20dp"
  598. android:paddingRight="20dp"
  599. android:text="@string/report_confirm"
  600. android:textColor="@color/white"
  601. android:textSize="15.3sp" />
  602. </RelativeLayout>
  603. <ImageButton
  604. android:id="@+id/vndetail_bt_magnifier"
  605. android:layout_width="30dp"
  606. android:layout_height="30dp"
  607. android:layout_alignParentRight="true"
  608. android:layout_alignParentBottom="true"
  609. android:layout_marginRight="10dp"
  610. android:layout_marginBottom="5dp"
  611. android:background="@color/transparent"
  612. android:src="@mipmap/magnifier" />
  613. </RelativeLayout>