afbeb2506d48c18d94f34271542605eee3543abd.svn-base 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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=" CARGO TRACK REPORT"
  71. android:textColor="#ffffff"
  72. android:textSize="11sp"
  73. android:textStyle="bold" />
  74. <TextView
  75. android:id="@+id/vndetail_tv_vncode"
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:layout_below="@+id/vndetail_tv_title"
  79. android:layout_alignLeft="@+id/vndetail_tv_title"
  80. android:layout_marginTop="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. <LinearLayout
  222. android:layout_width="match_parent"
  223. android:layout_height="wrap_content"
  224. android:layout_marginTop="3dp"
  225. android:orientation="horizontal">
  226. <TextView
  227. android:layout_width="wrap_content"
  228. android:layout_height="wrap_content"
  229. android:text="疫苗名称........."
  230. android:textSize="8sp" />
  231. <TextView
  232. android:id="@+id/vndetail_tv_ymname"
  233. android:layout_width="wrap_content"
  234. android:layout_height="wrap_content"
  235. android:textSize="8dp" />
  236. </LinearLayout>
  237. <LinearLayout
  238. android:layout_width="match_parent"
  239. android:layout_height="wrap_content"
  240. android:layout_marginTop="2dp"
  241. android:orientation="horizontal">
  242. <TextView
  243. android:layout_width="wrap_content"
  244. android:layout_height="wrap_content"
  245. android:text="疫苗规格........."
  246. android:textSize="8sp" />
  247. <TextView
  248. android:id="@+id/vndetail_tv_vnsc"
  249. android:layout_width="wrap_content"
  250. android:layout_height="wrap_content"
  251. android:textSize="8dp" />
  252. </LinearLayout>
  253. <LinearLayout
  254. android:layout_width="match_parent"
  255. android:layout_height="wrap_content"
  256. android:layout_marginTop="2dp"
  257. android:orientation="horizontal">
  258. <TextView
  259. android:layout_width="wrap_content"
  260. android:layout_height="wrap_content"
  261. android:text="生产企业........."
  262. android:textSize="8sp" />
  263. <TextView
  264. android:id="@+id/vndetail_tv_factoryName"
  265. android:layout_width="wrap_content"
  266. android:layout_height="wrap_content"
  267. android:textSize="8dp" />
  268. </LinearLayout>
  269. <LinearLayout
  270. android:layout_width="match_parent"
  271. android:layout_height="wrap_content"
  272. android:layout_marginTop="2dp"
  273. android:orientation="horizontal">
  274. <TextView
  275. android:layout_width="wrap_content"
  276. android:layout_height="wrap_content"
  277. android:text="GMP 编号........"
  278. android:textSize="8sp" />
  279. <TextView
  280. android:id="@+id/vndetail_tv_gmpName"
  281. android:layout_width="wrap_content"
  282. android:layout_height="wrap_content"
  283. android:textSize="8sp" />
  284. </LinearLayout>
  285. <LinearLayout
  286. android:layout_width="match_parent"
  287. android:layout_height="wrap_content"
  288. android:layout_marginTop="2dp"
  289. android:orientation="horizontal">
  290. <TextView
  291. android:layout_width="wrap_content"
  292. android:layout_height="wrap_content"
  293. android:text="批签发证书....."
  294. android:textSize="8sp" />
  295. <TextView
  296. android:id="@+id/vndetail_tv_gmpPath"
  297. android:layout_width="wrap_content"
  298. android:layout_height="wrap_content"
  299. android:autoLink="all"
  300. android:text="点击查看"
  301. android:textColor="@color/blue"
  302. android:textSize="8sp" />
  303. </LinearLayout>
  304. <LinearLayout
  305. android:layout_width="match_parent"
  306. android:layout_height="wrap_content"
  307. android:layout_marginTop="2dp"
  308. android:orientation="horizontal">
  309. <TextView
  310. android:layout_width="wrap_content"
  311. android:layout_height="wrap_content"
  312. android:text="生产日期........."
  313. android:textSize="8sp" />
  314. <TextView
  315. android:id="@+id/vndetail_tv_vncreatdate"
  316. android:layout_width="wrap_content"
  317. android:layout_height="wrap_content"
  318. android:textSize="8dp" />
  319. </LinearLayout>
  320. <LinearLayout
  321. android:layout_width="match_parent"
  322. android:layout_height="wrap_content"
  323. android:layout_marginTop="2dp"
  324. android:orientation="horizontal">
  325. <TextView
  326. android:layout_width="wrap_content"
  327. android:layout_height="wrap_content"
  328. android:text="有效期 .............."
  329. android:textSize="8sp" />
  330. <TextView
  331. android:id="@+id/vndetail_tv_vnvalid"
  332. android:layout_width="wrap_content"
  333. android:layout_height="wrap_content"
  334. android:textSize="8dp" />
  335. </LinearLayout>
  336. </LinearLayout>
  337. </LinearLayout>
  338. <LinearLayout
  339. android:layout_width="0dp"
  340. android:layout_height="wrap_content"
  341. android:layout_weight="5"
  342. android:orientation="vertical">
  343. <TextView
  344. android:layout_width="wrap_content"
  345. android:layout_height="wrap_content"
  346. android:layout_marginTop="3dp"
  347. android:text="接种人员"
  348. android:textSize="8sp"
  349. android:textStyle="bold" />
  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. <TextView
  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. android:textStyle="bold" />
  407. <RelativeLayout
  408. android:layout_width="match_parent"
  409. android:layout_height="wrap_content"
  410. android:layout_marginTop="1dp"
  411. android:background="@drawable/llborder">
  412. <LinearLayout
  413. android:layout_width="match_parent"
  414. android:layout_height="wrap_content"
  415. android:background="@drawable/llborder2"
  416. android:orientation="vertical"
  417. android:paddingLeft="15dp"
  418. android:paddingTop="9dp"
  419. android:paddingRight="15dp"
  420. android:paddingBottom="2dp">
  421. <TextView
  422. android:layout_width="wrap_content"
  423. android:layout_height="wrap_content"
  424. android:layout_gravity="center"
  425. android:text="冷链温度"
  426. android:textColor="#a8996e"
  427. android:textSize="10sp" />
  428. <ImageView
  429. android:id="@+id/vndetail_tv_chatImage"
  430. android:layout_width="match_parent"
  431. android:layout_height="wrap_content"
  432. android:layout_gravity="center"
  433. android:layout_marginTop="5dp" />
  434. </LinearLayout>
  435. </RelativeLayout>
  436. <LinearLayout
  437. android:layout_width="match_parent"
  438. android:layout_height="wrap_content"
  439. android:layout_marginTop="1dp"
  440. android:orientation="horizontal"
  441. android:weightSum="5">
  442. <TextView
  443. android:id="@+id/vn_type"
  444. android:layout_width="0dp"
  445. android:layout_height="wrap_content"
  446. android:layout_weight="1.9"
  447. android:textSize="7sp"
  448. android:textStyle="bold" />
  449. <TextView
  450. android:id="@+id/vn_tips"
  451. android:layout_width="0dp"
  452. android:layout_height="wrap_content"
  453. android:layout_weight="3.1"
  454. android:textSize="7sp" />
  455. </LinearLayout>
  456. <LinearLayout
  457. android:layout_width="match_parent"
  458. android:layout_height="wrap_content"
  459. android:layout_marginTop="3dp"
  460. android:orientation="horizontal">
  461. <LinearLayout
  462. android:layout_width="0dp"
  463. android:layout_height="wrap_content"
  464. android:layout_weight="6"
  465. android:orientation="vertical">
  466. <TextView
  467. android:layout_width="wrap_content"
  468. android:layout_height="wrap_content"
  469. android:text="可追溯:"
  470. android:textSize="7sp" />
  471. <LinearLayout
  472. android:layout_width="match_parent"
  473. android:layout_height="wrap_content"
  474. android:orientation="horizontal">
  475. <TextView
  476. android:id="@+id/vndetail_tv_othervn1"
  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_othervn2"
  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. android:layout_width="match_parent"
  506. android:layout_height="wrap_content"
  507. android:layout_marginTop="4dp"
  508. android:orientation="horizontal">
  509. <TextView
  510. android:id="@+id/vndetail_tv_othervn3"
  511. android:layout_width="wrap_content"
  512. android:layout_height="wrap_content"
  513. android:text="点击查询......"
  514. android:textSize="7sp" />
  515. <TextView
  516. android:layout_width="wrap_content"
  517. android:layout_height="wrap_content"
  518. android:text="同企业其他疫苗"
  519. android:textSize="7sp" />
  520. </LinearLayout>
  521. </LinearLayout>
  522. <RelativeLayout
  523. android:layout_width="0dp"
  524. android:layout_height="wrap_content"
  525. android:layout_weight="10"
  526. android:orientation="horizontal">
  527. <ScrollView
  528. android:layout_width="wrap_content"
  529. android:layout_height="55dp"
  530. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  531. <TextView
  532. android:id="@+id/vndetail_tv_tips"
  533. android:layout_width="wrap_content"
  534. android:layout_height="wrap_content"
  535. android:text="@string/vndeatil_tips"
  536. android:textColor="@color/gray"
  537. android:textSize="4sp" />
  538. </ScrollView>
  539. <ImageView
  540. android:id="@+id/vndetail_iv_tipsimg"
  541. android:layout_width="50dp"
  542. android:layout_height="50dp"
  543. android:layout_alignParentRight="true"
  544. android:layout_marginLeft="4dp"
  545. android:layout_marginTop="2dp"
  546. android:layout_marginRight="4dp"
  547. android:layout_marginBottom="4dp"
  548. android:src="@mipmap/qr" />
  549. </RelativeLayout>
  550. </LinearLayout>
  551. <LinearLayout
  552. android:layout_width="match_parent"
  553. android:layout_height="wrap_content"
  554. android:layout_marginTop="3dp"
  555. android:orientation="horizontal">
  556. <RelativeLayout
  557. android:layout_width="0dp"
  558. android:layout_height="match_parent"
  559. android:layout_marginRight="-2dp"
  560. android:layout_weight="1"
  561. android:background="@drawable/border_report"
  562. android:orientation="vertical"
  563. android:padding="10dp">
  564. <ImageView
  565. android:layout_width="20dp"
  566. android:layout_height="wrap_content"
  567. android:layout_centerInParent="true"
  568. android:src="@mipmap/dun" />
  569. </RelativeLayout>
  570. <LinearLayout
  571. android:layout_width="0dp"
  572. android:layout_height="wrap_content"
  573. android:layout_weight="6"
  574. android:background="@drawable/border_report"
  575. android:orientation="vertical"
  576. android:padding="5dp">
  577. <TextView
  578. android:layout_width="wrap_content"
  579. android:layout_height="wrap_content"
  580. android:text="免责声明:"
  581. android:textColor="#97885c"
  582. android:textSize="8sp"
  583. android:textStyle="bold" />
  584. <ScrollView
  585. android:layout_width="wrap_content"
  586. android:layout_height="wrap_content">
  587. <TextView
  588. android:id="@+id/vndetail_tv_disclaimer"
  589. android:layout_width="wrap_content"
  590. android:layout_height="wrap_content"
  591. android:text="@string/vndeatil_disclaimer"
  592. android:textColor="#97885c"
  593. android:textSize="6sp" />
  594. </ScrollView>
  595. </LinearLayout>
  596. </LinearLayout>
  597. </LinearLayout>
  598. </eVVM.apk.widget.ZoomView>
  599. <RelativeLayout
  600. android:layout_width="match_parent"
  601. android:layout_height="wrap_content"
  602. android:layout_alignParentBottom="true"
  603. android:layout_centerHorizontal="true"
  604. android:background="@color/white"
  605. android:gravity="center_horizontal"
  606. android:paddingTop="5dp"
  607. android:paddingBottom="5dp">
  608. <Button
  609. android:id="@+id/send_btn_report"
  610. android:layout_width="140dp"
  611. android:layout_height="35dp"
  612. android:background="@drawable/small_btn"
  613. android:paddingLeft="20dp"
  614. android:paddingRight="20dp"
  615. android:text="@string/report_fuhe"
  616. android:textColor="@color/white"
  617. android:textSize="15.3sp" />
  618. </RelativeLayout>
  619. <ImageButton
  620. android:id="@+id/vndetail_bt_magnifier"
  621. android:layout_width="30dp"
  622. android:layout_height="30dp"
  623. android:layout_alignParentRight="true"
  624. android:layout_alignParentBottom="true"
  625. android:layout_marginRight="10dp"
  626. android:layout_marginBottom="5dp"
  627. android:background="@color/transparent"
  628. android:src="@mipmap/magnifier" />
  629. </RelativeLayout>