ed909ffc02688f3d792cc7a371122d04838ff6ec.svn-base 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout 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:orientation="vertical" >
  8. <com.hjq.bar.TitleBar
  9. android:id="@+id/tb_vndetail_title"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content" />
  12. <ScrollView
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content">
  15. <LinearLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:background="@color/white"
  19. android:orientation="vertical">
  20. <LinearLayout
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:layout_marginLeft="10dp"
  24. android:layout_marginRight="10dp"
  25. android:orientation="vertical">
  26. <ImageView
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:src="@mipmap/iv_report_top" />
  30. <TextView
  31. android:id="@+id/vndetail_tv_vncode"
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:layout_marginTop="8dp"
  35. android:textSize="12sp" />
  36. <TextView
  37. android:id="@+id/vndetail_tv_vndate"
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:layout_marginTop="8dp"
  41. android:textColor="@color/gray"
  42. android:textSize="12sp" />
  43. <TextView
  44. android:layout_width="match_parent"
  45. android:layout_height="1dp"
  46. android:layout_marginTop="25dp"
  47. android:background="@color/black10" />
  48. <TextView
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:layout_marginTop="15dp"
  52. android:text="疫苗详情"
  53. android:textSize="17dp"
  54. android:textStyle="bold" />
  55. <LinearLayout
  56. android:orientation="horizontal"
  57. android:layout_marginTop="18dp"
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content">
  60. <TextView
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:layout_marginRight="50dp"
  64. android:text="生产企业" />
  65. <TextView
  66. android:id="@+id/vndetail_tv_factoryName"
  67. android:layout_width="wrap_content"
  68. android:layout_height="wrap_content"/>
  69. </LinearLayout>
  70. <LinearLayout
  71. android:orientation="horizontal"
  72. android:layout_marginTop="8dp"
  73. android:layout_width="match_parent"
  74. android:layout_height="wrap_content">
  75. <TextView
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:layout_marginRight="50dp"
  79. android:text="GMP证书" />
  80. <TextView
  81. android:id="@+id/vndetail_tv_gmpName"
  82. android:layout_width="wrap_content"
  83. android:layout_height="wrap_content"/>
  84. </LinearLayout>
  85. <LinearLayout
  86. android:orientation="horizontal"
  87. android:layout_marginTop="8dp"
  88. android:layout_width="match_parent"
  89. android:layout_height="wrap_content">
  90. <TextView
  91. android:layout_width="wrap_content"
  92. android:layout_height="wrap_content"
  93. android:layout_marginRight="36dp"
  94. android:text="批签发证书" />
  95. <TextView
  96. android:textColor="@color/blue"
  97. android:id="@+id/vndetail_tv_gmpPath"
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:autoLink="all"
  101. android:text="点击查看" />
  102. </LinearLayout>
  103. <TextView
  104. android:layout_width="match_parent"
  105. android:layout_height="1dp"
  106. android:layout_marginTop="15dp"
  107. android:background="@color/black10" />
  108. <TextView
  109. android:layout_width="wrap_content"
  110. android:layout_height="wrap_content"
  111. android:layout_marginTop="15dp"
  112. android:text="接种人员"
  113. android:textSize="17dp"
  114. android:textStyle="bold" />
  115. <LinearLayout
  116. android:orientation="horizontal"
  117. android:layout_marginTop="18dp"
  118. android:layout_width="match_parent"
  119. android:layout_height="wrap_content">
  120. <TextView
  121. android:layout_width="wrap_content"
  122. android:layout_height="wrap_content"
  123. android:layout_marginRight="50dp"
  124. android:text="接种单位" />
  125. <TextView
  126. android:id="@+id/vndetail_tv_hospitalName"
  127. android:layout_width="wrap_content"
  128. android:layout_height="wrap_content"/>
  129. </LinearLayout>
  130. <LinearLayout
  131. android:orientation="horizontal"
  132. android:layout_marginTop="10dp"
  133. android:layout_width="match_parent"
  134. android:layout_height="wrap_content">
  135. <TextView
  136. android:layout_width="wrap_content"
  137. android:layout_height="wrap_content"
  138. android:layout_marginRight="50dp"
  139. android:text="医生姓名" />
  140. <TextView
  141. android:id="@+id/vndetail_tv_doctorName"
  142. android:layout_width="wrap_content"
  143. android:layout_height="wrap_content"/>
  144. </LinearLayout>
  145. <LinearLayout
  146. android:orientation="horizontal"
  147. android:layout_marginTop="10dp"
  148. android:layout_width="match_parent"
  149. android:layout_height="wrap_content">
  150. <TextView
  151. android:layout_width="wrap_content"
  152. android:layout_height="wrap_content"
  153. android:layout_marginRight="50dp"
  154. android:text="联系方式" />
  155. <TextView
  156. android:id="@+id/vndetail_tv_doctorTelephone"
  157. android:layout_width="wrap_content"
  158. android:layout_height="wrap_content"/>
  159. </LinearLayout>
  160. <TextView
  161. android:layout_width="match_parent"
  162. android:layout_height="1dp"
  163. android:layout_marginTop="13dp"
  164. android:background="@color/black10" />
  165. <ImageView
  166. android:id="@+id/vndetail_tv_chatImage"
  167. android:layout_width="match_parent"
  168. android:layout_height="wrap_content"
  169. android:layout_marginTop="25dp" />
  170. <TextView
  171. android:layout_width="match_parent"
  172. android:layout_height="1dp"
  173. android:layout_marginTop="20dp"
  174. android:background="@color/black10" />
  175. <LinearLayout
  176. android:orientation="horizontal"
  177. android:layout_marginTop="30dp"
  178. android:layout_width="match_parent"
  179. android:layout_height="wrap_content">
  180. <TextView
  181. android:id="@+id/vndetail_tv_othervn1"
  182. android:layout_width="wrap_content"
  183. android:layout_height="wrap_content"
  184. android:layout_marginRight="40dp"
  185. android:text="点击查询" />
  186. <TextView
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:text="同批次其他疫苗冷链" />
  190. </LinearLayout>
  191. <LinearLayout
  192. android:orientation="horizontal"
  193. android:layout_marginTop="10dp"
  194. android:layout_width="match_parent"
  195. android:layout_height="wrap_content">
  196. <TextView
  197. android:id="@+id/vndetail_tv_othervn2"
  198. android:layout_width="wrap_content"
  199. android:layout_height="wrap_content"
  200. android:layout_marginRight="40dp"
  201. android:text="点击查询" />
  202. <TextView
  203. android:layout_width="wrap_content"
  204. android:layout_height="wrap_content"
  205. android:text="同批次其他疫苗流向" />
  206. </LinearLayout>
  207. <LinearLayout
  208. android:orientation="horizontal"
  209. android:layout_marginTop="10dp"
  210. android:layout_width="match_parent"
  211. android:layout_height="wrap_content">
  212. <TextView
  213. android:id="@+id/vndetail_tv_othervn3"
  214. android:layout_width="wrap_content"
  215. android:layout_height="wrap_content"
  216. android:layout_marginRight="40dp"
  217. android:text="点击查询" />
  218. <TextView
  219. android:layout_width="wrap_content"
  220. android:layout_height="wrap_content"
  221. android:text="同企业其他疫苗" />
  222. </LinearLayout>
  223. <LinearLayout
  224. android:layout_width="match_parent"
  225. android:layout_height="wrap_content"
  226. android:layout_marginTop="25dp"
  227. android:orientation="horizontal">
  228. <ImageView
  229. android:id="@+id/vndetail_iv_tipsimg"
  230. android:layout_width="60dp"
  231. android:layout_height="60dp"
  232. android:src="@mipmap/ic_launcher" />
  233. <TextView
  234. android:id="@+id/vndetail_tv_tips"
  235. android:layout_width="wrap_content"
  236. android:layout_height="wrap_content"
  237. android:layout_marginLeft="30dp"
  238. android:text="@string/vndeatil_tips"
  239. android:textColor="@color/gray"
  240. android:textSize="12sp" />
  241. </LinearLayout>
  242. </LinearLayout>
  243. <LinearLayout
  244. android:layout_marginTop="30dp"
  245. android:layout_width="match_parent"
  246. android:layout_height="wrap_content"
  247. android:paddingLeft="10dp"
  248. android:paddingRight="10dp"
  249. android:background="#F0F5FF"
  250. android:orientation="vertical">
  251. <TextView
  252. android:layout_width="wrap_content"
  253. android:layout_height="wrap_content"
  254. android:layout_marginTop="30dp"
  255. android:text="免责声明:"
  256. android:textSize="15sp"
  257. android:textStyle="bold" />
  258. <TextView
  259. android:id="@+id/vndetail_tv_disclaimer"
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:layout_marginTop="10dp"
  263. android:layout_marginBottom="20dp"
  264. android:text="@string/vndeatil_disclaimer"
  265. android:textColor="@color/gray"
  266. android:textSize="12sp" />
  267. </LinearLayout>
  268. </LinearLayout>
  269. </ScrollView>
  270. </LinearLayout>