123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:animateLayoutChanges="true"
- tools:ignore="PxUsage">
- <ProgressBar
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true" />
- <RelativeLayout
- android:id="@+id/cabinet_RL"
- android:layout_width="610px"
- android:layout_height="650px"
- android:layout_centerInParent="true">
- <RelativeLayout
- android:layout_width="372px"
- android:layout_height="484px"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="108px"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <RadioGroup
- android:id="@+id/locker_up_drawer_RG"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical">
- <RadioButton
- android:id="@+id/locker_up_drawer_1_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_2_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_3_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_4_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_5_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_6_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_7_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_up_drawer_8_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- </RadioGroup>
- <RadioGroup
- android:id="@+id/locker_down_drawer_RG"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical"
- android:visibility="gone">
- <RadioButton
- android:id="@+id/locker_down_drawer_1_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_down_drawer_2_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_down_drawer_3_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- <RadioButton
- android:id="@+id/locker_down_drawer_4_RB"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/selector_locker_drawer"
- android:button="@null"
- android:visibility="gone" />
- </RadioGroup>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/locker_up_drawer_LL"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical">
- <TextView
- android:id="@+id/locker_up_drawer_1_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="① 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_2_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="② 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_3_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="③ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_4_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="④ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_5_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="⑤ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_6_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="⑥ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_7_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="⑦ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_up_drawer_8_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="⑧ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/locker_down_drawer_LL"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical"
- android:visibility="gone">
- <TextView
- android:id="@+id/locker_down_drawer_1_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="① 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_down_drawer_2_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="② 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_down_drawer_3_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="③ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- <TextView
- android:id="@+id/locker_down_drawer_4_TV"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="20px"
- android:layout_marginBottom="10px"
- android:layout_weight="1"
- android:gravity="bottom"
- android:text="④ 层"
- android:textColor="@color/white"
- android:visibility="gone" />
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- <TextView
- android:id="@+id/up_door_name_TV"
- android:layout_width="60px"
- android:layout_height="wrap_content"
- android:layout_marginStart="33px"
- android:layout_marginTop="168px"
- android:maxLines="4"
- android:textColor="@color/white" />
- <TextView
- android:id="@+id/down_door_name_TV"
- android:layout_width="60px"
- android:layout_height="wrap_content"
- android:layout_marginStart="33px"
- android:layout_marginTop="410px"
- android:maxLines="4"
- android:textColor="@color/white" />
- <TextView
- android:id="@+id/locker_name_TV"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="120px"
- android:layout_marginTop="30px"
- android:drawableStart="@drawable/locker_name_round"
- android:drawablePadding="15px"
- android:gravity="center_vertical"
- android:textColor="@color/white"
- android:textSize="16sp" />
- </RelativeLayout>
- </RelativeLayout>
|