|
@@ -0,0 +1,527 @@
|
|
|
|
+<?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">
|
|
|
|
+ <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">
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="42dp"
|
|
|
|
+
|
|
|
|
+ >
|
|
|
|
+ <!--设备号-->
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/msg_view_title_layout_return"
|
|
|
|
+ android:layout_width="@dimen/d105"
|
|
|
|
+ android:layout_height="@dimen/d30"
|
|
|
|
+ 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
|
|
|
|
+ android:id="@+id/msg_view_title_layout_img"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginRight="6dp"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@mipmap/return_w" />
|
|
|
|
+ <!--医院名称-->
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_tv_hospital_name"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="科室名称"
|
|
|
|
+ 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_marginRight="10dp"
|
|
|
|
+ android:text="ID:"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="@dimen/font_size_18" />
|
|
|
|
+ <!--状态图标-->
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/msg_view_title_layout_ll_right"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:background="@mipmap/riqi" />
|
|
|
|
+ <!--日期-->
|
|
|
|
+ <TextClock
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:format12Hour="yyyy-MM-dd EEEE"
|
|
|
|
+ android:format24Hour="yyyy-MM-dd EEEE"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="@dimen/font_size_14"
|
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
|
+ android:text="16:08"/>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="@dimen/d23"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:background="@mipmap/shijian" />
|
|
|
|
+ <!--时间-->
|
|
|
|
+ <TextClock
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:format12Hour="HH:mm"
|
|
|
|
+ android:format24Hour="HH:mm"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="@dimen/font_size_14"
|
|
|
|
+ android:layout_marginLeft="@dimen/d5"
|
|
|
|
+ android:layout_marginRight="@dimen/d15"
|
|
|
|
+ android:text="16:08"/>
|
|
|
|
+
|
|
|
|
+ <!--SIP状态图标-->
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_tv_point"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:background="@mipmap/sip_b"/>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_iv_bt"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:visibility="gone"/>
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_iv_wifi"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:visibility="gone"/>
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_iv_tcp"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:src="@mipmap/ic_tcp_fail"/>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_iv_ethernet"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="20dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:visibility="gone"/>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/msg_view_title_layout_iv_day_night"
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:src="@mipmap/ic_daylight" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <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"
|
|
|
|
+ />
|
|
|
|
+ <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"
|
|
|
|
+ >
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/screensacver_text"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="请保持安静不要大声喧哗"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:background="@drawable/shape_screen_txt_bg"
|
|
|
|
+ android:textSize="80sp"
|
|
|
|
+ android:padding="@dimen/d40"
|
|
|
|
+ android:gravity="center" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+ <include
|
|
|
|
+ android:id="@+id/activity_calling_bed_layout_title"
|
|
|
|
+ layout="@layout/view_title_layout"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ 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_marginRight="@dimen/d24"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ >
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_1"
|
|
|
|
+ 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_marginTop="@dimen/d24"
|
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_2"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_1"
|
|
|
|
+ android:text="自定义输入"
|
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/nurse_msg_ed"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d50"
|
|
|
|
+ android:hint="请保持安静不要吵闹"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+
|
|
|
|
+ >
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="@dimen/d600"
|
|
|
|
+ android:layout_height="@dimen/d265"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
|
+ android:layout_marginLeft="@dimen/d24"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+
|
|
|
|
+ >
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_3"
|
|
|
|
+ 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_marginTop="@dimen/d24"
|
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_4"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_3"
|
|
|
|
+ android:text="快捷提示语"
|
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <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"
|
|
|
|
+ >
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_5"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="保持安静"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_6"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_5"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="请勿大声喧哗"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_7"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_6"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="正在如厕请勿进入"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_8"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_5"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="正在护理请勿打扰"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_9"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_5"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_6"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="请勿探视"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_10"
|
|
|
|
+ android:layout_width="@dimen/d270"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_6"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_7"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="请不要过多人聚集"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
+ android:id="@+id/rv_tips_main_view"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ 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_marginBottom="@dimen/d15"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="@dimen/d365"
|
|
|
|
+ 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:orientation="vertical"
|
|
|
|
+ >
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_11"
|
|
|
|
+ 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_marginTop="@dimen/d24"
|
|
|
|
+ android:layout_marginLeft="@dimen/d28"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_12"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_11"
|
|
|
|
+ android:text="设置提示时间"
|
|
|
|
+ android:textSize="@dimen/font_size_18"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_13"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="10分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_14"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_13"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="30分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_15"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_14"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="90分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_16"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_11"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_13"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="15分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_17"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_13"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_14"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="60分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_tx_18"
|
|
|
|
+ android:layout_width="@dimen/d150"
|
|
|
|
+ android:layout_height="@dimen/d48"
|
|
|
|
+ android:layout_below="@+id/nurse_msg_tx_14"
|
|
|
|
+ android:layout_toRightOf="@+id/nurse_msg_tx_15"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="120分钟"
|
|
|
|
+ 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"
|
|
|
|
+ />
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/nurse_msg_bt"
|
|
|
|
+ android:layout_width="@dimen/d420"
|
|
|
|
+ android:layout_height="@dimen/d60"
|
|
|
|
+ android:layout_gravity="center"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="开始提示"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:background="@drawable/shape_main_hos_txt_bg"
|
|
|
|
+ android:layout_marginTop="@dimen/d26"
|
|
|
|
+ android:textSize="@dimen/font_size_20" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+</layout>
|