b94db78d997ffc999408ba5c754c5bf207bdee26.svn-base 31 KB

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