|
@@ -1,113 +1,103 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:bind="http://schemas.android.com/apk/res-auto">
|
|
|
+<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/f_br_set_bg"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
android:gravity="center_horizontal"
|
|
|
- >
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
+ android:id="@+id/rl_bc_set_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d144"
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
android:layout_marginLeft="@dimen/d15"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
android:layout_marginRight="@dimen/d24"
|
|
|
- android:orientation="vertical"
|
|
|
- >
|
|
|
-
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/set_br_tx_1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginTop="@dimen/d24"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/set_br_tx_2"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
android:layout_toRightOf="@+id/set_br_tx_1"
|
|
|
android:text="@string/br_message_6"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginTop="@dimen/d24"
|
|
|
-
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/set_br_ed_name"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d50"
|
|
|
- android:text="@string/br_message_7"
|
|
|
- android:paddingLeft="@dimen/d26"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:gravity="center_vertical"
|
|
|
android:layout_below="@+id/set_br_tx_2"
|
|
|
- android:textStyle="bold"
|
|
|
- android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_marginRight="@dimen/d48"
|
|
|
- />
|
|
|
-
|
|
|
+ android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingLeft="@dimen/d26"
|
|
|
+ android:text="@string/br_message_7"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/ll_bc_set"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
+ android:layout_marginLeft="@dimen/d15"
|
|
|
android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_marginRight="@dimen/d24"
|
|
|
- android:layout_marginLeft="@dimen/d15"
|
|
|
- android:orientation="vertical"
|
|
|
- >
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_marginTop="@dimen/d15"
|
|
|
- >
|
|
|
-
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/d45"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:layout_toRightOf="@+id/set_br_tx_3"
|
|
|
android:text="@string/br_set_title"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_br_type_ll"
|
|
@@ -120,14 +110,14 @@
|
|
|
android:id="@+id/radio_sd"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/br_set_title_1"
|
|
|
- android:layout_toRightOf="@+id/set_br_tx_4"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:layout_toRightOf="@+id/set_br_tx_4"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/radio_button_selector_bg2"
|
|
|
android:drawablePadding="@dimen/d5"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:text="@string/br_set_title_1"
|
|
|
+ android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/radio_zd"
|
|
@@ -135,12 +125,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="@dimen/d22"
|
|
|
- android:text="@string/br_set_title_2"
|
|
|
- android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/radio_button_selector_bg2"
|
|
|
android:drawablePadding="@dimen/d5"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:text="@string/br_set_title_2"
|
|
|
+ android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
@@ -149,30 +139,28 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/d45"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="1"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/txt_number"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:text="@string/br_set_title_3"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_br_play_type_ll"
|
|
@@ -180,18 +168,19 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginLeft="@dimen/d22"
|
|
|
android:orientation="horizontal">
|
|
|
+
|
|
|
<RadioButton
|
|
|
android:id="@+id/radio_ds"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/br_set_title_4"
|
|
|
- android:layout_toRightOf="@+id/set_br_tx_4"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:layout_toRightOf="@+id/set_br_tx_4"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/radio_button_selector_bg2"
|
|
|
android:drawablePadding="@dimen/d5"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:text="@string/br_set_title_4"
|
|
|
+ android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/radio_dc"
|
|
@@ -199,26 +188,22 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="@dimen/d22"
|
|
|
- android:text="@string/br_set_title_5"
|
|
|
- android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
android:button="@null"
|
|
|
android:drawableLeft="@drawable/radio_button_selector_bg2"
|
|
|
android:drawablePadding="@dimen/d5"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:text="@string/br_set_title_5"
|
|
|
+ android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:textSize="14sp" />
|
|
|
</RadioGroup>
|
|
|
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- >
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/d48"
|
|
@@ -228,38 +213,35 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/txt_number"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:text="@string/br_set_title_6"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
<RadioButton
|
|
|
android:id="@+id/radio_qy"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d22"
|
|
|
- android:text="@string/br_set_title_7"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
-
|
|
|
- android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:layout_marginLeft="@dimen/d22"
|
|
|
android:button="@null"
|
|
|
+
|
|
|
android:drawableLeft="@drawable/radio_button_selector_bg2"
|
|
|
android:drawablePadding="@dimen/d5"
|
|
|
- android:textSize="14px" />
|
|
|
-
|
|
|
-
|
|
|
+ android:text="@string/br_set_title_7"
|
|
|
+ android:textColor="@drawable/radio_button_selector_txt2"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -269,202 +251,184 @@
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/txt_number"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:layout_toRightOf="@+id/set_br_tx_3"
|
|
|
android:text="@string/br_set_title_8"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/set_br_number_ed"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="@dimen/d22"
|
|
|
android:gravity="center"
|
|
|
android:hint="@string/br_set_title_9"
|
|
|
- android:layout_marginLeft="@dimen/d22"
|
|
|
android:inputType="number"
|
|
|
android:text=""
|
|
|
android:textColor="#000000"
|
|
|
- android:textSize="14px" />
|
|
|
-
|
|
|
-
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@+id/set_br_tx_3"
|
|
|
- android:text="@string/br_message_8"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/txt_number"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_toRightOf="@+id/set_br_tx_3"
|
|
|
+ android:text="@string/br_message_8"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d40"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center_vertical"
|
|
|
android:layout_marginTop="@dimen/d10"
|
|
|
- >
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_3"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/monday"
|
|
|
- android:textSize="@dimen/font_size_14"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_4"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/tuesday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_5"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/wednesday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_6"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/thursday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_7"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/friday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_8"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/saturday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/set_br_tx_9"
|
|
|
- android:layout_width="@dimen/d60"
|
|
|
- android:layout_height="@dimen/d30"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/sunday"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
- android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_3"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/monday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_4"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/tuesday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_5"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/wednesday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_6"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/thursday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_7"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/friday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_8"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/saturday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/set_br_tx_9"
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/sunday"
|
|
|
+ android:textColor="@color/text_name_color"
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/set_br_time_out_ll"
|
|
|
android:layout_width="@dimen/d65"
|
|
|
android:layout_height="@dimen/d30"
|
|
|
android:layout_marginLeft="@dimen/d22"
|
|
|
- android:clickable="true"
|
|
|
android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
- >
|
|
|
+ android:clickable="true">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/set_br_time_out"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/d13"
|
|
|
android:text="00:00"
|
|
|
- android:textSize="@dimen/font_size_12"
|
|
|
android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginLeft="@dimen/d13"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_12"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/set_br_time_out_img"
|
|
|
android:layout_width="@dimen/d10"
|
|
|
android:layout_height="@dimen/d10"
|
|
|
- android:layout_marginTop="@dimen/d10"
|
|
|
android:layout_marginLeft="@dimen/d5"
|
|
|
- android:src="@mipmap/xia"
|
|
|
+ android:layout_marginTop="@dimen/d10"
|
|
|
android:layout_toRightOf="@+id/set_br_time_out"
|
|
|
- />
|
|
|
+ android:src="@mipmap/xia" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -473,9 +437,8 @@
|
|
|
android:layout_width="@dimen/d65"
|
|
|
android:layout_height="@dimen/d30"
|
|
|
android:layout_marginLeft="@dimen/d12"
|
|
|
- android:clickable="true"
|
|
|
android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
- >
|
|
|
+ android:clickable="true">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/set_br_time_end"
|
|
@@ -487,52 +450,49 @@
|
|
|
android:textColor="@color/txt_number"
|
|
|
android:textSize="@dimen/font_size_12"
|
|
|
android:textStyle="bold" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/set_br_time_end_img"
|
|
|
android:layout_width="@dimen/d10"
|
|
|
android:layout_height="@dimen/d10"
|
|
|
- android:layout_marginTop="@dimen/d10"
|
|
|
android:layout_marginLeft="@dimen/d5"
|
|
|
- android:src="@mipmap/xia"
|
|
|
+ android:layout_marginTop="@dimen/d10"
|
|
|
android:layout_toRightOf="@+id/set_br_time_end"
|
|
|
- />
|
|
|
+ android:src="@mipmap/xia" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d10"
|
|
|
- >
|
|
|
+ android:layout_marginTop="@dimen/d10">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
android:text="*"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/txt_number"
|
|
|
- android:textStyle="bold"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toRightOf="@+id/set_br_tx_3"
|
|
|
android:text="@string/br_message_9"
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textStyle="bold"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d60"
|
|
|
- android:layout_marginTop="@dimen/d10"
|
|
|
- >
|
|
|
+ android:layout_marginTop="@dimen/d10">
|
|
|
+
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/info_f_ar"
|
|
|
android:layout_width="match_parent"
|
|
@@ -547,15 +507,14 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- >
|
|
|
+ android:gravity="center">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/br_retun_bt"
|
|
|
android:layout_width="@dimen/d350"
|
|
|
android:layout_height="@dimen/d60"
|
|
|
- android:layout_marginRight="@dimen/d22"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="@dimen/d22"
|
|
|
android:background="@drawable/shape_password_bt_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/br_message_10"
|
|
@@ -575,9 +534,7 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
</layout>
|