|
@@ -47,7 +47,8 @@
|
|
|
android:ellipsize="end"
|
|
|
android:textSize="28sp"
|
|
|
android:text="@string/video_call"
|
|
|
- android:textColor="@drawable/selector_action_button_text_color"/>
|
|
|
+ android:textColor="@drawable/selector_action_button_text_color"
|
|
|
+ android:visibility="gone"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -78,7 +79,7 @@
|
|
|
android:ellipsize="end"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="@string/basic_info"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="26sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/fee_radio"
|
|
@@ -93,7 +94,7 @@
|
|
|
android:ellipsize="end"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="@string/fees_info"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="26sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/exam_radio"
|
|
@@ -108,320 +109,325 @@
|
|
|
android:ellipsize="end"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="@string/inspection_info"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="26sp" />
|
|
|
</RadioGroup>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/rl_basic_info"
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginTop="6dp"
|
|
|
android:background="#ffffff">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/head_portrait_imagev"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:src="@drawable/kong_chuang" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/roomNumber"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_toRightOf="@+id/head_portrait_imagev"
|
|
|
- android:text="--"
|
|
|
- android:textColor="#2F9DF1"
|
|
|
- android:textSize="20sp" />
|
|
|
-
|
|
|
- <!--<RelativeLayout
|
|
|
- android:id="@+id/basic_information_relalyou"
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_basic_info"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10px"
|
|
|
- android:layout_marginRight="10px"
|
|
|
- android:layout_marginLeft="10px"
|
|
|
- android:layout_toRightOf="@+id/head_portrait_imagev">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/name_tv"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/head_portrait_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
- android:text="---"
|
|
|
- android:textSize="16sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:src="@drawable/kong_chuang" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/roomNumber"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:text="--"
|
|
|
- android:textColor="#2F9DF1"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- </RelativeLayout>-->
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/custom_information_linlayout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/roomNumber"
|
|
|
- android:layout_alignLeft="@+id/roomNumber"
|
|
|
- android:layout_marginTop="6dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/name_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="5"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="---"
|
|
|
- android:textSize="20sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/gender_imagev"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_gravity="center_vertical" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/age_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
- android:gravity="center"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:layout_toRightOf="@+id/head_portrait_imagev"
|
|
|
android:text="--"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="18sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/time_relalyout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_below="@+id/custom_information_linlayout"
|
|
|
- android:layout_marginTop="20dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/indate"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/time_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/phone_relalyout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_below="@+id/time_relalyout"
|
|
|
- android:layout_marginTop="8dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/mobile"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="2dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_toLeftOf="@+id/mobile_tv"
|
|
|
- android:src="@drawable/dian_hua" />
|
|
|
+ android:textColor="#2F9DF1"
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/mobile_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <!--<RelativeLayout
|
|
|
+ android:id="@+id/basic_information_relalyou"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/empty"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/doctor_duty_relalyout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_below="@+id/phone_relalyout"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_doctor_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginTop="10px"
|
|
|
+ android:layout_marginRight="10px"
|
|
|
+ android:layout_marginLeft="10px"
|
|
|
+ android:layout_toRightOf="@+id/head_portrait_imagev">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8px"
|
|
|
+ android:text="---"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/roomNumber"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text="--"
|
|
|
+ android:textColor="#2F9DF1"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>-->
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/custom_information_linlayout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/duty_doctor"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_doctor_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_below="@+id/roomNumber"
|
|
|
+ android:layout_alignLeft="@+id/roomNumber"
|
|
|
+ android:layout_marginTop="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="5"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="---"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="26sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/gender_imagev"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
+ android:layout_gravity="center_vertical" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/age_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="--"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/time_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/nurse_duty_relalyout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_below="@+id/doctor_duty_relalyout"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_nurse_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_below="@+id/custom_information_linlayout"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="10dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/indate"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/time_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/phone_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/duty_nurse"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_nurse_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_below="@+id/time_relalyout"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/mobile"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
+ android:layout_toLeftOf="@+id/mobile_tv"
|
|
|
+ android:src="@drawable/dian_hua" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/mobile_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/empty"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/doctor_duty_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/nurse_config_relalyout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_below="@+id/nurse_duty_relalyout"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_nurse_config_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_below="@+id/phone_relalyout"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_doctor_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/duty_doctor"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_doctor_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/nurse_duty_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/nursing_configs"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_nurse_config"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:layout_below="@id/tv_nurse_config_title"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/advice_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/nurse_config_relalyout"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:paddingTop="4dp"
|
|
|
- android:background="#F3F9FE"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_below="@+id/doctor_duty_relalyout"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/duty_nurse"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/nurse_config_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/orders"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_advice_info"
|
|
|
+ android:layout_below="@+id/nurse_duty_relalyout"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/nursing_configs"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_nurse_config_title"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/advice_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="64dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:scrollbars="vertical"
|
|
|
- android:fadeScrollbars="true"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/illness_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/advice_layout"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:paddingTop="4dp"
|
|
|
- android:background="#F3F9FE"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:text="@string/illness"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#0D0D0D"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_illness_info"
|
|
|
+ android:layout_below="@+id/nurse_config_relalyout"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:background="#F3F9FE"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/orders"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_advice_info"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="64dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:fadeScrollbars="true"
|
|
|
+ android:scrollbars="vertical"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/illness_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="64dp"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:scrollbars="vertical"
|
|
|
- android:fadeScrollbars="true"
|
|
|
- android:text="----"
|
|
|
- android:textColor="#B4B4B4"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- </RelativeLayout>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/advice_layout"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:background="#F3F9FE"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:text="@string/illness"
|
|
|
+ android:textColor="#0D0D0D"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_illness_info"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="64dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:fadeScrollbars="true"
|
|
|
+ android:scrollbars="vertical"
|
|
|
+ android:text="----"
|
|
|
+ android:textColor="#B4B4B4"
|
|
|
+ android:textSize="22sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+ </ScrollView>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_fee_config"
|