|
@@ -1,428 +1,135 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout xmlns:bind="http://schemas.android.com/apk/res-auto">
|
|
|
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:bind="http://schemas.android.com/apk/res-auto">
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
+ android:background="#EAF2F9"
|
|
|
>
|
|
|
-<!-- <LinearLayout-->
|
|
|
-<!-- android:layout_width="match_parent"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:visibility="gone"-->
|
|
|
-<!-- >-->
|
|
|
-
|
|
|
-<!-- <LinearLayout-->
|
|
|
-<!-- android:id="@+id/ll_gb_bt"-->
|
|
|
-<!-- android:layout_width="0dp"-->
|
|
|
-<!-- android:layout_height="90dp"-->
|
|
|
-<!-- android:layout_weight="1"-->
|
|
|
-<!-- android:clickable="true"-->
|
|
|
-<!-- android:orientation="horizontal"-->
|
|
|
-<!-- android:gravity="center_vertical"-->
|
|
|
-<!-- android:layout_below="@+id/tv_nursing_code">-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="@dimen/d80"-->
|
|
|
-<!-- android:layout_height="@dimen/d80"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d34"-->
|
|
|
-<!-- android:src="@mipmap/yin"/>-->
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:textColor="@color/black"-->
|
|
|
-<!-- android:textStyle="bold"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d21"-->
|
|
|
-<!-- android:text="广播列表"-->
|
|
|
-<!-- android:textSize="18sp" />-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d24"-->
|
|
|
-<!-- android:background="@mipmap/jr"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- </LinearLayout>-->
|
|
|
-<!-- <LinearLayout-->
|
|
|
-<!-- android:id="@+id/ll_tj_bt"-->
|
|
|
-<!-- android:layout_width="0dp"-->
|
|
|
-<!-- android:layout_height="90dp"-->
|
|
|
-<!-- android:layout_weight="1"-->
|
|
|
-<!-- android:clickable="true"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d15"-->
|
|
|
-<!-- android:layout_marginRight="@dimen/d15"-->
|
|
|
-<!-- android:orientation="horizontal"-->
|
|
|
-<!-- android:gravity="center_vertical"-->
|
|
|
-<!-- android:layout_below="@+id/tv_nursing_code">-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="@dimen/d80"-->
|
|
|
-<!-- android:layout_height="@dimen/d80"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d34"-->
|
|
|
-<!-- android:src="@mipmap/add"/>-->
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:textColor="@color/black"-->
|
|
|
-<!-- android:textStyle="bold"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d21"-->
|
|
|
-<!-- android:text="添加录音"-->
|
|
|
-<!-- android:textSize="18sp" />-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d24"-->
|
|
|
-<!-- android:background="@mipmap/jr"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- </LinearLayout>-->
|
|
|
-<!-- <LinearLayout-->
|
|
|
-<!-- android:id="@+id/ll_hh_bt"-->
|
|
|
-<!-- android:layout_width="0dp"-->
|
|
|
-<!-- android:layout_height="90dp"-->
|
|
|
-<!-- android:layout_weight="1"-->
|
|
|
-<!-- android:clickable="true"-->
|
|
|
-<!-- android:orientation="horizontal"-->
|
|
|
-<!-- android:gravity="center_vertical"-->
|
|
|
-<!-- android:layout_below="@+id/tv_nursing_code">-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="@dimen/d80"-->
|
|
|
-<!-- android:layout_height="@dimen/d80"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d34"-->
|
|
|
-<!-- android:src="@mipmap/guangbo"/>-->
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:textColor="@color/black"-->
|
|
|
-<!-- android:textStyle="bold"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d21"-->
|
|
|
-<!-- android:text="喊话广播"-->
|
|
|
-<!-- android:textSize="18sp" />-->
|
|
|
-
|
|
|
-<!-- <ImageView-->
|
|
|
-<!-- android:layout_width="wrap_content"-->
|
|
|
-<!-- android:layout_height="wrap_content"-->
|
|
|
-<!-- android:layout_marginLeft="@dimen/d24"-->
|
|
|
-<!-- android:background="@mipmap/jr"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- </LinearLayout>-->
|
|
|
-<!-- </LinearLayout>-->
|
|
|
-
|
|
|
-<!-- <FrameLayout-->
|
|
|
-<!-- android:id="@+id/br_frame"-->
|
|
|
-<!-- android:layout_width="match_parent"-->
|
|
|
-<!-- android:layout_height="match_parent"-->
|
|
|
-<!-- android:layout_marginTop="@dimen/d10"-->
|
|
|
-<!-- android:visibility="gone"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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="vertical"-->
|
|
|
-<!-- 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/d14"-->
|
|
|
-<!-- 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"-->
|
|
|
-<!-- />-->
|
|
|
-
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:id="@+id/nurse_msg_tx_5"-->
|
|
|
-<!-- android:layout_width="@dimen/d270"-->
|
|
|
-<!-- android:layout_height="@dimen/d48"-->
|
|
|
-<!-- android:layout_below="@+id/nurse_msg_tx_3"-->
|
|
|
-<!-- 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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <TextView-->
|
|
|
-<!-- android:id="@+id/nurse_msg_tx_8"-->
|
|
|
-<!-- android:layout_width="@dimen/d270"-->
|
|
|
-<!-- android:layout_height="@dimen/d48"-->
|
|
|
-<!-- android:layout_below="@+id/nurse_msg_tx_3"-->
|
|
|
-<!-- 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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- </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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- <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/selector_nuser_msg_tx_d"-->
|
|
|
-<!-- />-->
|
|
|
-<!-- </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
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
+ >
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_gb_bt"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="90dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:clickable="true"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:layout_below="@+id/tv_nursing_code"
|
|
|
+ android:layout_marginRight="@dimen/d15"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d60"
|
|
|
+ android:layout_marginLeft="@dimen/d45"
|
|
|
+ android:src="@mipmap/guangbo"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/ll_gb_bt_tx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:layout_marginLeft="@dimen/d16"
|
|
|
+ android:text="广播列表"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ll_gb_bt_img"
|
|
|
+ android:layout_width="@dimen/d18"
|
|
|
+ android:layout_height="@dimen/d18"
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:background="@mipmap/jr"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_hh_bt"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="90dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:clickable="true"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:layout_below="@+id/tv_nursing_code">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d60"
|
|
|
+ android:layout_marginLeft="@dimen/d44"
|
|
|
+ android:src="@mipmap/yin"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/ll_hh_bt_tx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:layout_marginLeft="@dimen/d16"
|
|
|
+ android:text="喊话广播"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ll_hh_bt_img"
|
|
|
+ android:layout_width="@dimen/d18"
|
|
|
+ android:layout_height="@dimen/d18"
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:background="@mipmap/jr"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_tj_bt"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="90dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:clickable="true"
|
|
|
+ android:layout_marginLeft="@dimen/d15"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:layout_below="@+id/tv_nursing_code">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/d60"
|
|
|
+ android:layout_height="@dimen/d60"
|
|
|
+ android:layout_marginLeft="@dimen/d44"
|
|
|
+ android:src="@mipmap/add"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/ll_tj_bt_tx"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:layout_marginLeft="@dimen/d16"
|
|
|
+ android:text="更多功能"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ll_tj_bt_img"
|
|
|
+ android:layout_width="@dimen/d18"
|
|
|
+ android:layout_height="@dimen/d18"
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:background="@mipmap/jr"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/br_frame"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="@dimen/d10" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
</layout>
|