|
@@ -1,17 +1,19 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
- android:background="#F7F7F7">
|
|
|
+ android:background="#F7F7F7"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/msg_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="#3A78EF"
|
|
|
- android:visibility="gone"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
@@ -21,11 +23,11 @@
|
|
|
android:id="@+id/msg_view_title_layout_return"
|
|
|
android:layout_width="@dimen/d105"
|
|
|
android:layout_height="@dimen/d30"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="20dp"
|
|
|
android:background="@drawable/shape_main_hos_txt_bg"
|
|
|
android:clickable="true"
|
|
|
android:gravity="center"
|
|
|
- android:layout_centerVertical="true"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
@@ -34,8 +36,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginRight="6dp"
|
|
|
- android:visibility="gone"
|
|
|
- android:background="@mipmap/return_w" />
|
|
|
+ android:background="@mipmap/return_w"
|
|
|
+ android:visibility="gone" />
|
|
|
<!--医院名称-->
|
|
|
<TextView
|
|
|
android:id="@+id/msg_view_title_layout_tv_hospital_name"
|
|
@@ -45,17 +47,18 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/font_size_14" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/msg_view_title_layout_tv_no"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:text="ID:"
|
|
|
- android:visibility="gone"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/font_size_18" />
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
+ android:visibility="gone" />
|
|
|
<!--状态图标-->
|
|
|
<LinearLayout
|
|
|
android:id="@+id/msg_view_title_layout_ll_right"
|
|
@@ -78,12 +81,12 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
android:format12Hour="yyyy-MM-dd EEEE"
|
|
|
android:format24Hour="yyyy-MM-dd EEEE"
|
|
|
+ android:text="16:08"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/font_size_14"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:text="16:08"/>
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/d22"
|
|
@@ -97,13 +100,13 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
+ android:layout_marginRight="@dimen/d15"
|
|
|
android:format12Hour="HH:mm"
|
|
|
android:format24Hour="HH:mm"
|
|
|
+ android:text="16:08"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/font_size_14"
|
|
|
- android:layout_marginLeft="@dimen/d5"
|
|
|
- android:layout_marginRight="@dimen/d15"
|
|
|
- android:text="16:08"/>
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<!--SIP状态图标-->
|
|
|
<TextView
|
|
@@ -113,8 +116,8 @@
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
- android:visibility="gone"
|
|
|
- android:background="@mipmap/sip_b"/>
|
|
|
+ android:background="@mipmap/sip_b"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/msg_view_title_layout_iv_bt"
|
|
@@ -123,7 +126,8 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/msg_view_title_layout_iv_wifi"
|
|
|
android:layout_width="20dp"
|
|
@@ -131,7 +135,8 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/msg_view_title_layout_iv_tcp"
|
|
|
android:layout_width="20dp"
|
|
@@ -139,7 +144,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
- android:src="@mipmap/ic_tcp_fail"/>
|
|
|
+ android:src="@mipmap/ic_tcp_fail" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/msg_view_title_layout_iv_ethernet"
|
|
@@ -148,8 +153,7 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
- android:src="@mipmap/ic_ethernet_success_w"
|
|
|
- />
|
|
|
+ android:src="@mipmap/ic_ethernet_success_w" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/msg_view_title_layout_iv_day_night"
|
|
@@ -167,82 +171,82 @@
|
|
|
<ImageView
|
|
|
android:layout_width="600dp"
|
|
|
android:layout_height="600dp"
|
|
|
- android:src="@mipmap/msg_bg"
|
|
|
- android:layout_marginBottom="@dimen/d80"
|
|
|
- android:layout_marginTop="@dimen/d21"
|
|
|
android:layout_centerInParent="true"
|
|
|
- />
|
|
|
+ android:layout_marginTop="@dimen/d21"
|
|
|
+ android:layout_marginBottom="@dimen/d80"
|
|
|
+ android:src="@mipmap/msg_bg" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:padding="@dimen/d30"
|
|
|
- android:background="@drawable/shape_screen_bg">
|
|
|
+ android:background="@drawable/shape_screen_bg"
|
|
|
+ android:padding="@dimen/d30">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/screensacver_text"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/shape_screen_txt_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="@dimen/d40"
|
|
|
android:text="@string/str_be_quiet"
|
|
|
- android:textStyle="bold"
|
|
|
android:textColor="@color/white"
|
|
|
- android:background="@drawable/shape_screen_txt_bg"
|
|
|
android:textSize="80sp"
|
|
|
- android:padding="@dimen/d40"
|
|
|
- android:gravity="center" />
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
<include
|
|
|
android:id="@+id/activity_calling_bed_layout_title"
|
|
|
layout="@layout/view_title_layout" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
+ android:id="@+id/rl_msg_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d144"
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d15"
|
|
|
- android:layout_marginRight="@dimen/d24"
|
|
|
- android:orientation="vertical"
|
|
|
- >
|
|
|
+ android:layout_marginRight="@dimen/d20"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_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/nurse_msg_tx_2"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_1"
|
|
|
android:text="@string/str_input_custom_info"
|
|
|
- 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/nurse_msg_ed"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d50"
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_1"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
+ android:layout_marginRight="@dimen/d28"
|
|
|
+ android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:hint="@string/str_be_quiet"
|
|
|
android:paddingLeft="@dimen/d26"
|
|
|
android:textSize="@dimen/font_size_18"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_1"
|
|
|
- android:textStyle="bold"
|
|
|
- android:background="@drawable/shape_n_login_ed_bg2"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:layout_marginRight="@dimen/d48"
|
|
|
- />
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
@@ -250,124 +254,128 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center_vertical">
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:layout_marginRight="@dimen/d20"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
- android:layout_width="@dimen/d600"
|
|
|
+ android:id="@+id/rl_msg_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d265"
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d24"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_3"
|
|
|
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/nurse_msg_tx_4"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_3"
|
|
|
android:text="@string/str_hint_text"
|
|
|
- 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" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/nurse_msg_tx_rl"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_below="@+id/nurse_msg_tx_3"
|
|
|
- >
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_3">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_5"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_be_quiet"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_6"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_5"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_no_noise"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_7"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_6"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_no_entry"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_8"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginRight="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_5"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_no_disturb"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_9"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_5"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginRight="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_6"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_no_visitation"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_10"
|
|
|
- android:layout_width="@dimen/d270"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_6"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginRight="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_7"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_no_gather"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -377,124 +385,123 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_below="@+id/nurse_msg_tx_3"
|
|
|
android:layout_marginLeft="@dimen/d28"
|
|
|
- android:layout_marginRight="@dimen/d28"
|
|
|
android:layout_marginTop="@dimen/d20"
|
|
|
+ android:layout_marginRight="@dimen/d28"
|
|
|
android:layout_marginBottom="@dimen/d15"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
- android:layout_width="@dimen/d365"
|
|
|
+ android:id="@+id/rl_msg_time"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/d265"
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginRight="@dimen/d28"
|
|
|
- android:layout_marginLeft="@dimen/d15"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_11"
|
|
|
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/nurse_msg_tx_12"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_11"
|
|
|
android:text="@string/str_hint_time"
|
|
|
- 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" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_13"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_10min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_14"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_13"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_30min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_15"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_14"
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_90min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d28"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_16"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_13"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_15min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_17"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_13"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_14"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_60min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/nurse_msg_tx_18"
|
|
|
- android:layout_width="@dimen/d150"
|
|
|
+ android:layout_width="@dimen/d240"
|
|
|
android:layout_height="@dimen/d48"
|
|
|
android:layout_below="@+id/nurse_msg_tx_14"
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
+ android:layout_marginTop="@dimen/d16"
|
|
|
android:layout_toRightOf="@+id/nurse_msg_tx_15"
|
|
|
+ android:background="@drawable/shape_time_f_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/time_120min"
|
|
|
- android:textSize="@dimen/font_size_16"
|
|
|
android:textColor="@color/text_name_color"
|
|
|
- android:layout_marginTop="@dimen/d16"
|
|
|
- android:layout_marginLeft="@dimen/d10"
|
|
|
- android:background="@drawable/shape_time_f_bg"
|
|
|
- />
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -504,11 +511,11 @@
|
|
|
android:layout_width="@dimen/d420"
|
|
|
android:layout_height="@dimen/d60"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/d26"
|
|
|
+ android:background="@drawable/shape_main_hos_txt_bg"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/str_confirm"
|
|
|
android:textColor="@color/white"
|
|
|
- android:background="@drawable/shape_main_hos_txt_bg"
|
|
|
- android:layout_marginTop="@dimen/d26"
|
|
|
android:textSize="@dimen/font_size_20" />
|
|
|
</LinearLayout>
|
|
|
|