70744c3d38f8f0b4f4daa6e3e959074045e2f5d4.svn-base 14 KB

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