0c563405ca815678661f018560f1839ab601a594.svn-base 32 KB

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