|
@@ -2229,6 +2229,372 @@ android:background="#EFEFEE"
|
|
|
android:layout_marginRight="20dp"
|
|
|
android:gravity="center"
|
|
|
/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:background="#DDDDDD"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_venti_timer_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+
|
|
|
+ android:gravity="center|left"
|
|
|
+
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_venti_timer_use"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <com.artncore.managersetting.ui.SwitchButton
|
|
|
+ android:id="@+id/btn_switch_venti_timer_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:background="#DDDDDD"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_venti_reservation_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+
|
|
|
+ android:gravity="center|left"
|
|
|
+
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_venti_reservation_use"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <com.artncore.managersetting.ui.SwitchButton
|
|
|
+ android:id="@+id/btn_switch_venti_reservation_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:background="#DDDDDD"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_roomname_edit_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+
|
|
|
+ android:gravity="center|left"
|
|
|
+
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_roomname_edit_use"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <com.artncore.managersetting.ui.SwitchButton
|
|
|
+ android:id="@+id/btn_switch_roomname_edit_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:background="#DDDDDD"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ >
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_shading_group_edit_use"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_use"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_shading_group_edit"
|
|
|
+ android:layout_width="200px"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/registration"
|
|
|
+ android:textSize="30sp"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room1"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room1"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:inputType="number"
|
|
|
+ android:textSize="24sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room2"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room2"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room3"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room3"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room4"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room4"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room5"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room5"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room6"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room6"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room7"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room7"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:textSize="30sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="@string/detail_function_shaindg_group_edit_room8"
|
|
|
+ android:maxLines="1"
|
|
|
+ />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_shading_group_edit_room8"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:inputType="number"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|