9130e95ed7ba9e70eca472096d58aa12228777df.svn-base 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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:layout_width="match_parent"
  20. android:layout_height="wrap_content"
  21. android:orientation="vertical"
  22. android:paddingLeft="10dp"
  23. android:paddingRight="10dp"
  24. android:paddingBottom="40dp">
  25. <RelativeLayout
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:layout_marginLeft="10dp"
  29. android:layout_marginTop="10dp"
  30. android:layout_marginRight="10dp">
  31. <ImageView
  32. android:id="@+id/iv_report_top"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:src="@mipmap/iv_report_top" />
  36. <TextView
  37. android:id="@+id/vndetail_tv_tt"
  38. android:layout_width="match_parent"
  39. android:layout_height="wrap_content"
  40. android:layout_alignParentRight="true"
  41. android:layout_marginLeft="25dp"
  42. android:layout_marginBottom="3dp"
  43. android:layout_toRightOf="@id/iv_report_top"
  44. android:gravity="center"
  45. android:text="产品追溯报告"
  46. android:textSize="10sp" />
  47. <TextView
  48. android:id="@+id/vndetail_tv_line"
  49. android:layout_width="match_parent"
  50. android:layout_height="10dp"
  51. android:layout_below="@id/vndetail_tv_tt"
  52. android:layout_alignParentRight="true"
  53. android:layout_marginLeft="25dp"
  54. android:layout_marginRight="10dp"
  55. android:layout_toRightOf="@id/iv_report_top"
  56. android:background="#a8996e"
  57. android:text="" />
  58. <TextView
  59. android:id="@+id/vndetail_tv_title"
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:layout_below="@id/vndetail_tv_tt"
  63. android:layout_alignLeft="@+id/vndetail_tv_line"
  64. android:layout_alignParentRight="true"
  65. android:layout_marginRight="10dp"
  66. android:background="#a8996e"
  67. android:text=" CARGO TRACK REPORT"
  68. android:textColor="#ffffff"
  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. <RelativeLayout
  224. android:layout_width="match_parent"
  225. android:layout_height="wrap_content">
  226. <ImageView
  227. android:id="@+id/vndetail_tv_chatImage"
  228. android:layout_width="match_parent"
  229. android:layout_height="wrap_content"
  230. android:layout_marginTop="20dp" />
  231. <TextView
  232. android:layout_width="wrap_content"
  233. android:layout_height="wrap_content"
  234. android:layout_marginTop="20dp"
  235. android:text="检查结果"
  236. android:textSize="10sp"
  237. android:textStyle="bold" />
  238. </RelativeLayout>
  239. <RelativeLayout
  240. android:layout_width="match_parent"
  241. android:layout_height="wrap_content">
  242. <TextView
  243. android:id="@+id/vndetail_tv_typemsg"
  244. android:layout_width="match_parent"
  245. android:layout_height="wrap_content"
  246. android:layout_marginTop="35dp"
  247. android:gravity="center_horizontal"
  248. android:text="没发现报告"
  249. android:textSize="16sp"
  250. android:textStyle="bold" />
  251. <TextView
  252. android:id="@+id/vndetail_tv_chatImage_title"
  253. android:layout_width="wrap_content"
  254. android:layout_height="wrap_content"
  255. android:layout_marginTop="10dp"
  256. android:text="可用性分析"
  257. android:textSize="10sp"
  258. android:textStyle="bold" />
  259. </RelativeLayout>
  260. <TextView
  261. android:id="@+id/coverview"
  262. android:layout_width="match_parent"
  263. android:layout_height="100dp"
  264. android:visibility="gone"
  265. />
  266. <LinearLayout
  267. android:layout_width="match_parent"
  268. android:layout_height="wrap_content"
  269. android:layout_marginTop="20dp"
  270. android:orientation="horizontal">
  271. <LinearLayout
  272. android:layout_width="0dp"
  273. android:layout_height="wrap_content"
  274. android:layout_weight="6"
  275. android:orientation="vertical"
  276. android:visibility="gone">
  277. <LinearLayout
  278. android:layout_width="match_parent"
  279. android:layout_height="wrap_content"
  280. android:orientation="horizontal">
  281. <TextView
  282. android:id="@+id/vndetail_tv_othervn1"
  283. android:layout_width="wrap_content"
  284. android:layout_height="wrap_content"
  285. android:text="点击查询......"
  286. android:textSize="8sp" />
  287. <TextView
  288. android:layout_width="wrap_content"
  289. android:layout_height="wrap_content"
  290. android:text="同批次其他疫苗冷链"
  291. android:textSize="8sp" />
  292. </LinearLayout>
  293. <LinearLayout
  294. android:layout_width="match_parent"
  295. android:layout_height="wrap_content"
  296. android:layout_marginTop="4dp"
  297. android:orientation="horizontal">
  298. <TextView
  299. android:id="@+id/vndetail_tv_othervn2"
  300. android:layout_width="wrap_content"
  301. android:layout_height="wrap_content"
  302. android:text="点击查询......"
  303. android:textSize="8sp" />
  304. <TextView
  305. android:layout_width="wrap_content"
  306. android:layout_height="wrap_content"
  307. android:text="同批次其他疫苗流向"
  308. android:textSize="8sp" />
  309. </LinearLayout>
  310. <LinearLayout
  311. android:layout_width="match_parent"
  312. android:layout_height="wrap_content"
  313. android:layout_marginTop="4dp"
  314. android:orientation="horizontal">
  315. <TextView
  316. android:id="@+id/vndetail_tv_othervn3"
  317. android:layout_width="wrap_content"
  318. android:layout_height="wrap_content"
  319. android:text="点击查询......"
  320. android:textSize="8sp" />
  321. <TextView
  322. android:layout_width="wrap_content"
  323. android:layout_height="wrap_content"
  324. android:text="同企业其他疫苗"
  325. android:textSize="8sp" />
  326. </LinearLayout>
  327. </LinearLayout>
  328. <RelativeLayout
  329. android:layout_width="0dp"
  330. android:layout_height="wrap_content"
  331. android:layout_weight="10"
  332. android:orientation="horizontal">
  333. <TextView
  334. android:id="@+id/vndetail_tv_tips"
  335. android:layout_width="wrap_content"
  336. android:layout_height="wrap_content"
  337. android:layout_marginTop="3dp"
  338. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  339. android:text="@string/vndeatil_tips"
  340. android:textColor="@color/gray"
  341. android:textSize="7sp" />
  342. <ImageView
  343. android:id="@+id/vndetail_iv_tipsimg"
  344. android:layout_width="50dp"
  345. android:layout_height="50dp"
  346. android:layout_alignParentRight="true"
  347. android:layout_margin="4dp"
  348. android:src="@mipmap/qr" />
  349. </RelativeLayout>
  350. </LinearLayout>
  351. <LinearLayout
  352. android:layout_width="match_parent"
  353. android:layout_height="wrap_content"
  354. android:layout_marginTop="10dp"
  355. android:orientation="horizontal">
  356. <RelativeLayout
  357. android:layout_width="0dp"
  358. android:layout_height="match_parent"
  359. android:layout_marginRight="-2dp"
  360. android:layout_weight="1"
  361. android:background="@drawable/border_report"
  362. android:orientation="vertical"
  363. android:padding="10dp">
  364. <ImageView
  365. android:layout_width="20dp"
  366. android:layout_height="wrap_content"
  367. android:layout_centerInParent="true"
  368. android:src="@mipmap/dun" />
  369. </RelativeLayout>
  370. <LinearLayout
  371. android:layout_width="0dp"
  372. android:layout_height="wrap_content"
  373. android:layout_weight="6"
  374. android:background="@drawable/border_report"
  375. android:orientation="vertical"
  376. android:padding="5dp">
  377. <TextView
  378. android:layout_width="wrap_content"
  379. android:layout_height="wrap_content"
  380. android:text="免责声明:"
  381. android:textColor="#97885c"
  382. android:textSize="8sp"
  383. android:textStyle="bold" />
  384. <ScrollView
  385. android:layout_width="wrap_content"
  386. android:layout_height="wrap_content">
  387. <TextView
  388. android:id="@+id/vndetail_tv_disclaimer"
  389. android:layout_width="wrap_content"
  390. android:layout_height="wrap_content"
  391. android:text="@string/vndeatil_disclaimer"
  392. android:textColor="#97885c"
  393. android:textSize="8sp" />
  394. </ScrollView>
  395. </LinearLayout>
  396. </LinearLayout>
  397. </LinearLayout>
  398. </eVVM.apk.widget.ZoomView>
  399. <RelativeLayout
  400. android:id="@+id/btn_ll"
  401. android:layout_width="match_parent"
  402. android:layout_height="wrap_content"
  403. android:layout_alignParentBottom="true"
  404. android:layout_centerHorizontal="true"
  405. android:background="@color/white"
  406. android:gravity="center_horizontal"
  407. android:paddingTop="5dp"
  408. android:paddingBottom="5dp"
  409. android:visibility="gone">
  410. <Button
  411. android:id="@+id/next_btn_report"
  412. android:layout_width="140dp"
  413. android:layout_height="35dp"
  414. android:layout_toRightOf="@+id/send_btn_report"
  415. android:background="@drawable/small_btn"
  416. android:paddingLeft="20dp"
  417. android:paddingRight="20dp"
  418. android:text="@string/report_confirm"
  419. android:textColor="@color/white"
  420. android:textSize="15.3sp" />
  421. </RelativeLayout>
  422. <ImageButton
  423. android:id="@+id/vndetail_bt_magnifier"
  424. android:layout_width="30dp"
  425. android:layout_height="30dp"
  426. android:layout_alignParentRight="true"
  427. android:layout_alignParentBottom="true"
  428. android:layout_marginRight="10dp"
  429. android:layout_marginBottom="5dp"
  430. android:background="@color/transparent"
  431. android:src="@mipmap/magnifier" />
  432. </RelativeLayout>