fragment_locker.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:animateLayoutChanges="true"
  7. tools:ignore="PxUsage">
  8. <ProgressBar
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:layout_centerInParent="true" />
  12. <RelativeLayout
  13. android:id="@+id/cabinet_RL"
  14. android:layout_width="610px"
  15. android:layout_height="650px"
  16. android:layout_centerInParent="true">
  17. <RelativeLayout
  18. android:layout_width="372px"
  19. android:layout_height="484px"
  20. android:layout_centerHorizontal="true"
  21. android:layout_marginTop="108px"
  22. android:orientation="vertical">
  23. <LinearLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="match_parent"
  26. android:orientation="vertical">
  27. <RadioGroup
  28. android:id="@+id/locker_up_drawer_RG"
  29. android:layout_width="match_parent"
  30. android:layout_height="match_parent"
  31. android:layout_weight="1"
  32. android:orientation="vertical">
  33. <RadioButton
  34. android:id="@+id/locker_up_drawer_1_RB"
  35. android:layout_width="match_parent"
  36. android:layout_height="wrap_content"
  37. android:layout_weight="1"
  38. android:background="@drawable/selector_locker_drawer"
  39. android:button="@null"
  40. android:visibility="gone" />
  41. <RadioButton
  42. android:id="@+id/locker_up_drawer_2_RB"
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:layout_weight="1"
  46. android:background="@drawable/selector_locker_drawer"
  47. android:button="@null"
  48. android:visibility="gone" />
  49. <RadioButton
  50. android:id="@+id/locker_up_drawer_3_RB"
  51. android:layout_width="match_parent"
  52. android:layout_height="wrap_content"
  53. android:layout_weight="1"
  54. android:background="@drawable/selector_locker_drawer"
  55. android:button="@null"
  56. android:visibility="gone" />
  57. <RadioButton
  58. android:id="@+id/locker_up_drawer_4_RB"
  59. android:layout_width="match_parent"
  60. android:layout_height="wrap_content"
  61. android:layout_weight="1"
  62. android:background="@drawable/selector_locker_drawer"
  63. android:button="@null"
  64. android:visibility="gone" />
  65. <RadioButton
  66. android:id="@+id/locker_up_drawer_5_RB"
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content"
  69. android:layout_weight="1"
  70. android:background="@drawable/selector_locker_drawer"
  71. android:button="@null"
  72. android:visibility="gone" />
  73. <RadioButton
  74. android:id="@+id/locker_up_drawer_6_RB"
  75. android:layout_width="match_parent"
  76. android:layout_height="wrap_content"
  77. android:layout_weight="1"
  78. android:background="@drawable/selector_locker_drawer"
  79. android:button="@null"
  80. android:visibility="gone" />
  81. <RadioButton
  82. android:id="@+id/locker_up_drawer_7_RB"
  83. android:layout_width="match_parent"
  84. android:layout_height="wrap_content"
  85. android:layout_weight="1"
  86. android:background="@drawable/selector_locker_drawer"
  87. android:button="@null"
  88. android:visibility="gone" />
  89. <RadioButton
  90. android:id="@+id/locker_up_drawer_8_RB"
  91. android:layout_width="match_parent"
  92. android:layout_height="wrap_content"
  93. android:layout_weight="1"
  94. android:background="@drawable/selector_locker_drawer"
  95. android:button="@null"
  96. android:visibility="gone" />
  97. </RadioGroup>
  98. <RadioGroup
  99. android:id="@+id/locker_down_drawer_RG"
  100. android:layout_width="match_parent"
  101. android:layout_height="match_parent"
  102. android:layout_weight="1"
  103. android:orientation="vertical"
  104. android:visibility="gone">
  105. <RadioButton
  106. android:id="@+id/locker_down_drawer_1_RB"
  107. android:layout_width="match_parent"
  108. android:layout_height="wrap_content"
  109. android:layout_weight="1"
  110. android:background="@drawable/selector_locker_drawer"
  111. android:button="@null"
  112. android:visibility="gone" />
  113. <RadioButton
  114. android:id="@+id/locker_down_drawer_2_RB"
  115. android:layout_width="match_parent"
  116. android:layout_height="wrap_content"
  117. android:layout_weight="1"
  118. android:background="@drawable/selector_locker_drawer"
  119. android:button="@null"
  120. android:visibility="gone" />
  121. <RadioButton
  122. android:id="@+id/locker_down_drawer_3_RB"
  123. android:layout_width="match_parent"
  124. android:layout_height="wrap_content"
  125. android:layout_weight="1"
  126. android:background="@drawable/selector_locker_drawer"
  127. android:button="@null"
  128. android:visibility="gone" />
  129. <RadioButton
  130. android:id="@+id/locker_down_drawer_4_RB"
  131. android:layout_width="match_parent"
  132. android:layout_height="wrap_content"
  133. android:layout_weight="1"
  134. android:background="@drawable/selector_locker_drawer"
  135. android:button="@null"
  136. android:visibility="gone" />
  137. </RadioGroup>
  138. </LinearLayout>
  139. <LinearLayout
  140. android:layout_width="match_parent"
  141. android:layout_height="match_parent"
  142. android:orientation="vertical">
  143. <LinearLayout
  144. android:id="@+id/locker_up_drawer_LL"
  145. android:layout_width="match_parent"
  146. android:layout_height="match_parent"
  147. android:layout_weight="1"
  148. android:orientation="vertical">
  149. <TextView
  150. android:id="@+id/locker_up_drawer_1_TV"
  151. android:layout_width="match_parent"
  152. android:layout_height="match_parent"
  153. android:layout_marginStart="20px"
  154. android:layout_marginBottom="10px"
  155. android:layout_weight="1"
  156. android:gravity="bottom"
  157. android:text="① 层"
  158. android:textColor="@color/white"
  159. android:visibility="gone" />
  160. <TextView
  161. android:id="@+id/locker_up_drawer_2_TV"
  162. android:layout_width="match_parent"
  163. android:layout_height="match_parent"
  164. android:layout_marginStart="20px"
  165. android:layout_marginBottom="10px"
  166. android:layout_weight="1"
  167. android:gravity="bottom"
  168. android:text="② 层"
  169. android:textColor="@color/white"
  170. android:visibility="gone" />
  171. <TextView
  172. android:id="@+id/locker_up_drawer_3_TV"
  173. android:layout_width="match_parent"
  174. android:layout_height="match_parent"
  175. android:layout_marginStart="20px"
  176. android:layout_marginBottom="10px"
  177. android:layout_weight="1"
  178. android:gravity="bottom"
  179. android:text="③ 层"
  180. android:textColor="@color/white"
  181. android:visibility="gone" />
  182. <TextView
  183. android:id="@+id/locker_up_drawer_4_TV"
  184. android:layout_width="match_parent"
  185. android:layout_height="match_parent"
  186. android:layout_marginStart="20px"
  187. android:layout_marginBottom="10px"
  188. android:layout_weight="1"
  189. android:gravity="bottom"
  190. android:text="④ 层"
  191. android:textColor="@color/white"
  192. android:visibility="gone" />
  193. <TextView
  194. android:id="@+id/locker_up_drawer_5_TV"
  195. android:layout_width="match_parent"
  196. android:layout_height="match_parent"
  197. android:layout_marginStart="20px"
  198. android:layout_marginBottom="10px"
  199. android:layout_weight="1"
  200. android:gravity="bottom"
  201. android:text="⑤ 层"
  202. android:textColor="@color/white"
  203. android:visibility="gone" />
  204. <TextView
  205. android:id="@+id/locker_up_drawer_6_TV"
  206. android:layout_width="match_parent"
  207. android:layout_height="match_parent"
  208. android:layout_marginStart="20px"
  209. android:layout_marginBottom="10px"
  210. android:layout_weight="1"
  211. android:gravity="bottom"
  212. android:text="⑥ 层"
  213. android:textColor="@color/white"
  214. android:visibility="gone" />
  215. <TextView
  216. android:id="@+id/locker_up_drawer_7_TV"
  217. android:layout_width="match_parent"
  218. android:layout_height="match_parent"
  219. android:layout_marginStart="20px"
  220. android:layout_marginBottom="10px"
  221. android:layout_weight="1"
  222. android:gravity="bottom"
  223. android:text="⑦ 层"
  224. android:textColor="@color/white"
  225. android:visibility="gone" />
  226. <TextView
  227. android:id="@+id/locker_up_drawer_8_TV"
  228. android:layout_width="match_parent"
  229. android:layout_height="match_parent"
  230. android:layout_marginStart="20px"
  231. android:layout_marginBottom="10px"
  232. android:layout_weight="1"
  233. android:gravity="bottom"
  234. android:text="⑧ 层"
  235. android:textColor="@color/white"
  236. android:visibility="gone" />
  237. </LinearLayout>
  238. <LinearLayout
  239. android:id="@+id/locker_down_drawer_LL"
  240. android:layout_width="match_parent"
  241. android:layout_height="match_parent"
  242. android:layout_weight="1"
  243. android:orientation="vertical"
  244. android:visibility="gone">
  245. <TextView
  246. android:id="@+id/locker_down_drawer_1_TV"
  247. android:layout_width="match_parent"
  248. android:layout_height="match_parent"
  249. android:layout_marginStart="20px"
  250. android:layout_marginBottom="10px"
  251. android:layout_weight="1"
  252. android:gravity="bottom"
  253. android:text="① 层"
  254. android:textColor="@color/white"
  255. android:visibility="gone" />
  256. <TextView
  257. android:id="@+id/locker_down_drawer_2_TV"
  258. android:layout_width="match_parent"
  259. android:layout_height="match_parent"
  260. android:layout_marginStart="20px"
  261. android:layout_marginBottom="10px"
  262. android:layout_weight="1"
  263. android:gravity="bottom"
  264. android:text="② 层"
  265. android:textColor="@color/white"
  266. android:visibility="gone" />
  267. <TextView
  268. android:id="@+id/locker_down_drawer_3_TV"
  269. android:layout_width="match_parent"
  270. android:layout_height="match_parent"
  271. android:layout_marginStart="20px"
  272. android:layout_marginBottom="10px"
  273. android:layout_weight="1"
  274. android:gravity="bottom"
  275. android:text="③ 层"
  276. android:textColor="@color/white"
  277. android:visibility="gone" />
  278. <TextView
  279. android:id="@+id/locker_down_drawer_4_TV"
  280. android:layout_width="match_parent"
  281. android:layout_height="match_parent"
  282. android:layout_marginStart="20px"
  283. android:layout_marginBottom="10px"
  284. android:layout_weight="1"
  285. android:gravity="bottom"
  286. android:text="④ 层"
  287. android:textColor="@color/white"
  288. android:visibility="gone" />
  289. </LinearLayout>
  290. </LinearLayout>
  291. </RelativeLayout>
  292. <TextView
  293. android:id="@+id/up_door_name_TV"
  294. android:layout_width="60px"
  295. android:layout_height="wrap_content"
  296. android:layout_marginStart="33px"
  297. android:layout_marginTop="168px"
  298. android:maxLines="4"
  299. android:textColor="@color/white" />
  300. <TextView
  301. android:id="@+id/down_door_name_TV"
  302. android:layout_width="60px"
  303. android:layout_height="wrap_content"
  304. android:layout_marginStart="33px"
  305. android:layout_marginTop="410px"
  306. android:maxLines="4"
  307. android:textColor="@color/white" />
  308. <TextView
  309. android:id="@+id/locker_name_TV"
  310. android:layout_width="wrap_content"
  311. android:layout_height="wrap_content"
  312. android:layout_marginStart="120px"
  313. android:layout_marginTop="30px"
  314. android:drawableStart="@drawable/locker_name_round"
  315. android:drawablePadding="15px"
  316. android:gravity="center_vertical"
  317. android:textColor="@color/white"
  318. android:textSize="16sp" />
  319. </RelativeLayout>
  320. </RelativeLayout>