activity_demonstrate.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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:background="@mipmap/icon_bgm">
  8. <RelativeLayout
  9. android:id="@+id/rel1"
  10. android:layout_width="match_parent"
  11. android:layout_height="45dp">
  12. <ImageView
  13. android:id="@+id/image"
  14. android:layout_width="30dp"
  15. android:layout_height="30dp"
  16. android:layout_centerVertical="true"
  17. android:layout_marginLeft="10dp"
  18. android:background="@mipmap/ic_launcher" />
  19. <TextView
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_centerVertical="true"
  23. android:layout_marginLeft="10dp"
  24. android:layout_toRightOf="@+id/image"
  25. android:text="实验室名称-房间号"
  26. android:textColor="@color/white"
  27. android:textSize="22sp" />
  28. <RelativeLayout
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:layout_centerInParent="true"
  32. android:layout_centerVertical="true"
  33. android:layout_marginTop="2dp">
  34. <TextView
  35. android:id="@+id/tvTitle"
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:layout_centerHorizontal="true"
  39. android:layout_centerVertical="true"
  40. android:text="化学品智能管理"
  41. android:textColor="@color/white"
  42. android:textSize="24sp" />
  43. <TextView
  44. android:id="@+id/nowTime"
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_marginLeft="15dp"
  48. android:layout_marginTop="10dp"
  49. android:layout_toRightOf="@+id/tvTitle"
  50. android:textColor="@color/white" />
  51. </RelativeLayout>
  52. <RelativeLayout
  53. android:id="@+id/loggedIn"
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_alignParentRight="true"
  57. android:layout_centerVertical="true"
  58. android:gravity="center_vertical">
  59. <ImageView
  60. android:id="@+id/imageName"
  61. android:layout_width="30dp"
  62. android:layout_height="30dp"
  63. android:layout_centerVertical="true"
  64. android:layout_marginRight="6dp"
  65. android:background="@mipmap/ic_launcher" />
  66. <TextView
  67. android:id="@+id/tvName"
  68. android:layout_width="wrap_content"
  69. android:layout_height="wrap_content"
  70. android:layout_centerVertical="true"
  71. android:layout_marginLeft="6dp"
  72. android:layout_marginRight="6dp"
  73. android:layout_toRightOf="@+id/imageName"
  74. android:text="李XX"
  75. android:textColor="@color/white" />
  76. <ImageView
  77. android:id="@+id/imgOut"
  78. android:layout_width="wrap_content"
  79. android:layout_height="wrap_content"
  80. android:layout_centerVertical="true"
  81. android:layout_marginLeft="6dp"
  82. android:layout_marginRight="6dp"
  83. android:layout_toRightOf="@+id/tvName"
  84. android:background="@mipmap/cshrk_dl_tc" />
  85. <TextView
  86. android:id="@+id/tvOutLogin"
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:layout_centerVertical="true"
  90. android:layout_marginRight="10dp"
  91. android:layout_toRightOf="@+id/imgOut"
  92. android:text="退出"
  93. android:textColor="@color/white"
  94. android:textSize="16sp" />
  95. </RelativeLayout>
  96. </RelativeLayout>
  97. <LinearLayout
  98. android:layout_width="match_parent"
  99. android:layout_height="match_parent"
  100. android:layout_below="@+id/rel1"
  101. android:layout_marginLeft="36dp"
  102. android:layout_marginTop="36dp"
  103. android:layout_marginRight="30dp"
  104. android:layout_marginBottom="80dp"
  105. android:background="@drawable/bg_add_chemicals_one"
  106. android:orientation="horizontal"
  107. android:paddingLeft="15dp">
  108. <LinearLayout
  109. android:layout_width="150dp"
  110. android:layout_height="wrap_content"
  111. android:layout_gravity="center"
  112. android:layout_marginLeft="50dp"
  113. android:orientation="vertical">
  114. <ImageView
  115. android:layout_width="130dp"
  116. android:layout_height="100dp"
  117. android:layout_gravity="center"
  118. android:layout_marginTop="18dp"
  119. android:background="@mipmap/yslc_img_sg" />
  120. <Button
  121. android:id="@+id/butSubscribe"
  122. android:layout_width="65dp"
  123. android:layout_height="30dp"
  124. android:layout_gravity="center"
  125. android:layout_marginTop="18dp"
  126. android:background="@drawable/bg_sou_suo"
  127. android:text="申购"
  128. android:textColor="@color/white" />
  129. </LinearLayout>
  130. <ImageView
  131. android:layout_width="wrap_content"
  132. android:layout_height="wrap_content"
  133. android:layout_gravity="center_vertical"
  134. android:layout_marginLeft="10dp"
  135. android:background="@mipmap/yslc_img_xta" />
  136. <RelativeLayout
  137. android:layout_width="wrap_content"
  138. android:layout_height="match_parent">
  139. <LinearLayout
  140. android:layout_width="150dp"
  141. android:layout_height="wrap_content"
  142. android:layout_centerVertical="true"
  143. android:orientation="vertical">
  144. <ImageView
  145. android:layout_width="130dp"
  146. android:layout_height="100dp"
  147. android:layout_gravity="center"
  148. android:layout_marginTop="18dp"
  149. android:background="@mipmap/yslc_img_cc" />
  150. <Button
  151. android:id="@+id/storage"
  152. android:layout_width="65dp"
  153. android:layout_height="30dp"
  154. android:layout_gravity="center"
  155. android:layout_marginTop="18dp"
  156. android:background="@drawable/bg_sou_suo"
  157. android:text="存储"
  158. android:textColor="@color/white" />
  159. </LinearLayout>
  160. <ImageView
  161. android:layout_width="wrap_content"
  162. android:layout_height="wrap_content"
  163. android:layout_marginLeft="76dp"
  164. android:layout_marginTop="45dp"
  165. android:background="@mipmap/yslc_img_xte" />
  166. <ImageView
  167. android:layout_width="wrap_content"
  168. android:layout_height="wrap_content"
  169. android:layout_alignParentBottom="true"
  170. android:layout_marginLeft="76dp"
  171. android:layout_marginBottom="45dp"
  172. android:background="@mipmap/yslc_img_xtc" />
  173. </RelativeLayout>
  174. <RelativeLayout
  175. android:layout_width="wrap_content"
  176. android:layout_height="match_parent">
  177. <LinearLayout
  178. android:layout_width="150dp"
  179. android:layout_height="wrap_content"
  180. android:orientation="vertical">
  181. <ImageView
  182. android:layout_width="130dp"
  183. android:layout_height="85dp"
  184. android:layout_gravity="center"
  185. android:layout_marginTop="18dp"
  186. android:background="@mipmap/yslc_img_ly" />
  187. <Button
  188. android:id="@+id/use"
  189. android:layout_width="65dp"
  190. android:layout_height="30dp"
  191. android:layout_gravity="center"
  192. android:layout_marginTop="18dp"
  193. android:background="@drawable/bg_sou_suo"
  194. android:text="领用"
  195. android:textColor="@color/white" />
  196. <ImageView
  197. android:layout_width="wrap_content"
  198. android:layout_height="wrap_content"
  199. android:layout_gravity="center"
  200. android:layout_marginTop="4dp"
  201. android:background="@mipmap/yslc_img_xtd" />
  202. <ImageView
  203. android:layout_width="130dp"
  204. android:layout_height="85dp"
  205. android:layout_gravity="center"
  206. android:layout_marginTop="8dp"
  207. android:background="@mipmap/yslc_img_hk" />
  208. <Button
  209. android:id="@+id/inventory"
  210. android:layout_width="65dp"
  211. android:layout_height="30dp"
  212. android:layout_gravity="center"
  213. android:layout_marginTop="18dp"
  214. android:background="@drawable/bg_sou_suo"
  215. android:text="回库"
  216. android:textColor="@color/white" />
  217. </LinearLayout>
  218. <ImageView
  219. android:layout_width="wrap_content"
  220. android:layout_height="wrap_content"
  221. android:layout_centerVertical="true"
  222. android:layout_marginLeft="85dp"
  223. android:background="@mipmap/yslc_img_xte" />
  224. </RelativeLayout>
  225. <LinearLayout
  226. android:layout_width="wrap_content"
  227. android:layout_height="wrap_content"
  228. android:layout_gravity="center_vertical"
  229. android:layout_marginLeft="2dp"
  230. android:orientation="vertical">
  231. <ImageView
  232. android:layout_width="130dp"
  233. android:layout_height="85dp"
  234. android:layout_gravity="center"
  235. android:background="@mipmap/yslc_img_fq" />
  236. <Button
  237. android:id="@+id/discard"
  238. android:layout_width="65dp"
  239. android:layout_height="30dp"
  240. android:layout_gravity="center"
  241. android:layout_marginTop="18dp"
  242. android:background="@drawable/bg_sou_suo"
  243. android:text="废弃"
  244. android:textColor="@color/white" />
  245. </LinearLayout>
  246. </LinearLayout>
  247. <Button
  248. android:id="@+id/tvReturn"
  249. android:layout_width="85dp"
  250. android:layout_height="30dp"
  251. android:layout_alignParentBottom="true"
  252. android:layout_marginBottom="20dp"
  253. android:background="@drawable/bg_retrun"
  254. android:text="返回180s"
  255. android:textColor="@color/white"
  256. android:textSize="12sp" />
  257. </RelativeLayout>