9a2d7bedaa41e9d0cb0e93279e78794eca50f9ce.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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:title="@string/report_zhuishu" />
  13. <eVVM.apk.widget.ZoomView
  14. android:id="@+id/zv_report"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:layout_below="@+id/tb_vndetail_title">
  18. <LinearLayout
  19. android:id="@+id/tobigll"
  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="10dp"
  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:text="请点击相关链接核实本产品证书"
  47. android:textSize="10sp" />
  48. <TextView
  49. android:id="@+id/vndetail_tv_line"
  50. android:layout_width="match_parent"
  51. android:layout_height="10dp"
  52. android:layout_below="@id/vndetail_tv_tt"
  53. android:layout_alignParentRight="true"
  54. android:layout_marginLeft="25dp"
  55. android:layout_marginRight="10dp"
  56. android:layout_toRightOf="@id/iv_report_top"
  57. android:background="#a8996e"
  58. android:text="" />
  59. <TextView
  60. android:id="@+id/vndetail_tv_title"
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:layout_below="@id/vndetail_tv_line"
  64. android:layout_alignLeft="@+id/vndetail_tv_line"
  65. android:layout_alignParentRight="true"
  66. android:layout_marginRight="10dp"
  67. android:text="产 品 追 溯 报 告 COLD CHAIN REPORT"
  68. android:textColor="#a8996e"
  69. android:textSize="11sp"
  70. android:textStyle="bold" />
  71. <TextView
  72. android:id="@+id/vndetail_tv_vncode"
  73. android:layout_width="wrap_content"
  74. android:layout_height="wrap_content"
  75. android:layout_below="@+id/vndetail_tv_title"
  76. android:layout_alignLeft="@+id/vndetail_tv_title"
  77. android:layout_marginTop="5dp"
  78. android:layout_marginRight="10dp"
  79. android:text=""
  80. android:textColor="@color/gray"
  81. android:textSize="8sp" />
  82. <TextView
  83. android:id="@+id/vndetail_tv_vndate"
  84. android:layout_width="wrap_content"
  85. android:layout_height="wrap_content"
  86. android:layout_below="@+id/vndetail_tv_vncode"
  87. android:layout_alignLeft="@+id/vndetail_tv_title"
  88. android:layout_marginTop="2dp"
  89. android:text=""
  90. android:textColor="@color/gray"
  91. android:textSize="8sp" />
  92. </RelativeLayout>
  93. <LinearLayout
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content"
  96. android:orientation="horizontal">
  97. <LinearLayout
  98. android:layout_width="0dp"
  99. android:layout_height="wrap_content"
  100. android:layout_weight="6"
  101. android:orientation="vertical">
  102. <TextView
  103. android:layout_width="wrap_content"
  104. android:layout_height="wrap_content"
  105. android:layout_marginTop="15dp"
  106. android:text="疫苗详情"
  107. android:textSize="8sp"
  108. android:textStyle="bold" />
  109. <LinearLayout
  110. android:layout_width="match_parent"
  111. android:layout_height="wrap_content"
  112. android:layout_marginTop="6dp"
  113. android:orientation="horizontal">
  114. <TextView
  115. android:layout_width="wrap_content"
  116. android:layout_height="wrap_content"
  117. android:text="生产企业........."
  118. android:textSize="8sp" />
  119. <TextView
  120. android:id="@+id/vndetail_tv_factoryName"
  121. android:layout_width="wrap_content"
  122. android:layout_height="wrap_content"
  123. android:textSize="8dp" />
  124. </LinearLayout>
  125. <LinearLayout
  126. android:layout_width="match_parent"
  127. android:layout_height="wrap_content"
  128. android:layout_marginTop="4dp"
  129. android:orientation="horizontal">
  130. <TextView
  131. android:layout_width="wrap_content"
  132. android:layout_height="wrap_content"
  133. android:text="GMP证书........"
  134. android:textSize="8sp" />
  135. <TextView
  136. android:id="@+id/vndetail_tv_gmpName"
  137. android:layout_width="wrap_content"
  138. android:layout_height="wrap_content"
  139. android:textSize="8sp" />
  140. </LinearLayout>
  141. <LinearLayout
  142. android:layout_width="match_parent"
  143. android:layout_height="wrap_content"
  144. android:layout_marginTop="4dp"
  145. android:orientation="horizontal">
  146. <TextView
  147. android:layout_width="wrap_content"
  148. android:layout_height="wrap_content"
  149. android:text="批签发证书....."
  150. android:textSize="8sp" />
  151. <TextView
  152. android:id="@+id/vndetail_tv_gmpPath"
  153. android:layout_width="wrap_content"
  154. android:layout_height="wrap_content"
  155. android:autoLink="all"
  156. android:text="点击查看"
  157. android:textColor="@color/blue"
  158. android:textSize="8sp" />
  159. </LinearLayout>
  160. </LinearLayout>
  161. <LinearLayout
  162. android:layout_width="0dp"
  163. android:layout_height="wrap_content"
  164. android:layout_weight="5"
  165. android:orientation="vertical">
  166. <TextView
  167. android:layout_width="wrap_content"
  168. android:layout_height="wrap_content"
  169. android:layout_marginTop="15dp"
  170. android:text="接种人员"
  171. android:textSize="8sp"
  172. android:textStyle="bold" />
  173. <LinearLayout
  174. android:layout_width="match_parent"
  175. android:layout_height="wrap_content"
  176. android:layout_marginTop="4dp"
  177. android:orientation="horizontal">
  178. <TextView
  179. android:layout_width="wrap_content"
  180. android:layout_height="wrap_content"
  181. android:text="接种单位........"
  182. android:textSize="8sp" />
  183. <TextView
  184. android:id="@+id/vndetail_tv_hospitalName"
  185. android:layout_width="wrap_content"
  186. android:layout_height="wrap_content"
  187. android:textSize="8sp" />
  188. </LinearLayout>
  189. <LinearLayout
  190. android:layout_width="match_parent"
  191. android:layout_height="wrap_content"
  192. android:layout_marginTop="4dp"
  193. android:orientation="horizontal">
  194. <TextView
  195. android:layout_width="wrap_content"
  196. android:layout_height="wrap_content"
  197. android:text="医生姓名........"
  198. android:textSize="8sp" />
  199. <TextView
  200. android:id="@+id/vndetail_tv_doctorName"
  201. android:layout_width="wrap_content"
  202. android:layout_height="wrap_content"
  203. android:textSize="8sp" />
  204. </LinearLayout>
  205. <LinearLayout
  206. android:layout_width="match_parent"
  207. android:layout_height="wrap_content"
  208. android:layout_marginTop="4dp"
  209. android:orientation="horizontal">
  210. <TextView
  211. android:layout_width="wrap_content"
  212. android:layout_height="wrap_content"
  213. android:text="联系方式........"
  214. android:textSize="8sp" />
  215. <TextView
  216. android:id="@+id/vndetail_tv_doctorTelephone"
  217. android:layout_width="wrap_content"
  218. android:layout_height="wrap_content"
  219. android:textSize="8sp" />
  220. </LinearLayout>
  221. </LinearLayout>
  222. </LinearLayout>
  223. <ImageView
  224. android:id="@+id/vndetail_tv_chatImage"
  225. android:layout_width="match_parent"
  226. android:layout_height="wrap_content"
  227. android:layout_marginTop="20dp" />
  228. <LinearLayout
  229. android:layout_width="match_parent"
  230. android:layout_height="wrap_content"
  231. android:layout_marginTop="20dp"
  232. android:orientation="horizontal">
  233. <LinearLayout
  234. android:layout_width="0dp"
  235. android:layout_height="wrap_content"
  236. android:layout_weight="6"
  237. android:orientation="vertical">
  238. <LinearLayout
  239. android:layout_width="match_parent"
  240. android:layout_height="wrap_content"
  241. android:orientation="horizontal">
  242. <TextView
  243. android:id="@+id/vndetail_tv_othervn1"
  244. android:layout_width="wrap_content"
  245. android:layout_height="wrap_content"
  246. android:text="点击查询......"
  247. android:textSize="8sp" />
  248. <TextView
  249. android:layout_width="wrap_content"
  250. android:layout_height="wrap_content"
  251. android:text="同批次其他疫苗冷链"
  252. android:textSize="8sp" />
  253. </LinearLayout>
  254. <LinearLayout
  255. android:layout_width="match_parent"
  256. android:layout_height="wrap_content"
  257. android:layout_marginTop="4dp"
  258. android:orientation="horizontal">
  259. <TextView
  260. android:id="@+id/vndetail_tv_othervn2"
  261. android:layout_width="wrap_content"
  262. android:layout_height="wrap_content"
  263. android:text="点击查询......"
  264. android:textSize="8sp" />
  265. <TextView
  266. android:layout_width="wrap_content"
  267. android:layout_height="wrap_content"
  268. android:text="同批次其他疫苗流向"
  269. android:textSize="8sp" />
  270. </LinearLayout>
  271. <LinearLayout
  272. android:layout_width="match_parent"
  273. android:layout_height="wrap_content"
  274. android:layout_marginTop="4dp"
  275. android:orientation="horizontal">
  276. <TextView
  277. android:id="@+id/vndetail_tv_othervn3"
  278. android:layout_width="wrap_content"
  279. android:layout_height="wrap_content"
  280. android:text="点击查询......"
  281. android:textSize="8sp" />
  282. <TextView
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content"
  285. android:text="同企业其他疫苗"
  286. android:textSize="8sp" />
  287. </LinearLayout>
  288. </LinearLayout>
  289. <RelativeLayout
  290. android:layout_width="0dp"
  291. android:layout_height="wrap_content"
  292. android:layout_weight="10"
  293. android:orientation="horizontal">
  294. <TextView
  295. android:id="@+id/vndetail_tv_tips"
  296. android:layout_width="wrap_content"
  297. android:layout_height="wrap_content"
  298. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  299. android:text="@string/vndeatil_tips"
  300. android:textColor="@color/gray"
  301. android:textSize="7sp" />
  302. <ImageView
  303. android:id="@+id/vndetail_iv_tipsimg"
  304. android:layout_width="50dp"
  305. android:layout_height="50dp"
  306. android:layout_alignParentRight="true"
  307. android:layout_margin="4dp"
  308. android:src="@mipmap/qr" />
  309. </RelativeLayout>
  310. </LinearLayout>
  311. <LinearLayout
  312. android:layout_width="match_parent"
  313. android:layout_height="wrap_content"
  314. android:layout_marginTop="20dp"
  315. android:orientation="horizontal">
  316. <RelativeLayout
  317. android:layout_width="0dp"
  318. android:layout_height="match_parent"
  319. android:layout_marginRight="-2dp"
  320. android:layout_weight="1"
  321. android:background="@drawable/border_report"
  322. android:orientation="vertical"
  323. android:padding="10dp">
  324. <ImageView
  325. android:layout_width="20dp"
  326. android:layout_height="wrap_content"
  327. android:layout_centerInParent="true"
  328. android:src="@mipmap/dun" />
  329. </RelativeLayout>
  330. <LinearLayout
  331. android:layout_width="0dp"
  332. android:layout_height="wrap_content"
  333. android:layout_weight="6"
  334. android:background="@drawable/border_report"
  335. android:orientation="vertical"
  336. android:padding="5dp">
  337. <TextView
  338. android:layout_width="wrap_content"
  339. android:layout_height="wrap_content"
  340. android:text="免责声明:"
  341. android:textColor="#97885c"
  342. android:textSize="8sp"
  343. android:textStyle="bold" />
  344. <ScrollView
  345. android:layout_width="wrap_content"
  346. android:layout_height="wrap_content">
  347. <TextView
  348. android:id="@+id/vndetail_tv_disclaimer"
  349. android:layout_width="wrap_content"
  350. android:layout_height="wrap_content"
  351. android:text="@string/vndeatil_disclaimer"
  352. android:textColor="#97885c"
  353. android:textSize="8sp" />
  354. </ScrollView>
  355. </LinearLayout>
  356. </LinearLayout>
  357. </LinearLayout>
  358. </eVVM.apk.widget.ZoomView>
  359. <RelativeLayout
  360. android:layout_width="match_parent"
  361. android:layout_height="wrap_content"
  362. android:layout_alignParentBottom="true"
  363. android:layout_centerHorizontal="true"
  364. android:background="@color/white"
  365. android:gravity="center_horizontal"
  366. android:paddingTop="5dp"
  367. android:paddingBottom="5dp">
  368. <Button
  369. android:id="@+id/send_btn_report"
  370. android:layout_width="140dp"
  371. android:layout_height="35dp"
  372. android:background="@drawable/small_btn"
  373. android:paddingLeft="20dp"
  374. android:paddingRight="20dp"
  375. android:text="@string/report_fuhe"
  376. android:textColor="@color/white"
  377. android:textSize="15.3sp" />
  378. </RelativeLayout>
  379. <ImageButton
  380. android:id="@+id/vndetail_bt_magnifier"
  381. android:layout_width="30dp"
  382. android:layout_height="30dp"
  383. android:layout_alignParentRight="true"
  384. android:layout_alignParentBottom="true"
  385. android:layout_marginRight="10dp"
  386. android:layout_marginBottom="5dp"
  387. android:background="@color/transparent"
  388. android:src="@mipmap/magnifier" />
  389. </RelativeLayout>