d0b168de933d89d26aa007fbf067a397a4770cc1.svn-base 18 KB

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