|
@@ -4,288 +4,313 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:paddingRight="@dimen/d16"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:paddingRight="@dimen/d56">
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_room_name"
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:id="@+id/main_view_bg"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="300dp"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_below="@id/activity_calling_door_layout_title">
|
|
|
|
-
|
|
|
|
- <RelativeLayout
|
|
|
|
- android:id="@+id/main_view_bg"
|
|
|
|
- android:layout_width="820dp"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:background="@mipmap/bingren_bg">
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_bed"
|
|
|
|
- android:layout_width="@dimen/d250"
|
|
|
|
- android:layout_height="@dimen/d250"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:layout_marginTop="@dimen/d24"
|
|
|
|
- android:layout_marginLeft="@dimen/d24"
|
|
|
|
- android:background="@mipmap/chuanghao_bg2"
|
|
|
|
- >
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_name_title"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:ellipsize="end"
|
|
|
|
- android:text="126"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:textColor="@color/txt_number2"
|
|
|
|
- android:textSize="94sp"/>
|
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:background="@mipmap/bingren_bg">
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_card_no"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="床位号"
|
|
|
|
- android:textColor="@color/txt_number2"
|
|
|
|
- android:textSize="18sp"/>
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_bed"
|
|
|
|
+ android:layout_width="@dimen/d250"
|
|
|
|
+ android:layout_height="@dimen/d250"
|
|
|
|
+ android:layout_marginLeft="@dimen/d10"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+ android:background="@mipmap/chuanghao_bg2"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_name"
|
|
|
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
+ android:id="@+id/tv_bed_name_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_toRightOf="@+id/ll_bed"
|
|
|
|
- android:text="张小斐"
|
|
|
|
- android:layout_marginLeft="@dimen/d38"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:layout_marginTop="@dimen/d24"
|
|
|
|
- android:textSize="110sp"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_age"
|
|
|
|
|
|
+ android:ellipsize="marquee"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="126"
|
|
|
|
+ android:textColor="@color/txt_number2"
|
|
|
|
+ android:textSize="104sp"
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
+
|
|
|
|
+ <!--<TextView
|
|
|
|
+ android:id="@+id/tv_bed_card_no"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_toRightOf="@+id/tv_bed_code"
|
|
|
|
- android:text="年龄:28岁"
|
|
|
|
- android:layout_marginLeft="@dimen/d38"
|
|
|
|
- android:layout_below="@+id/tv_bed_name"
|
|
|
|
- android:layout_alignTop="@+id/tv_bed_code"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:padding="@dimen/d3"
|
|
|
|
- android:textSize="@dimen/font_size_20"/>
|
|
|
|
|
|
+ android:text="床位号"
|
|
|
|
+ android:textColor="@color/txt_number2"
|
|
|
|
+ android:textSize="18sp"/>-->
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_sex"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="性别:女"
|
|
|
|
- android:layout_marginLeft="@dimen/d38"
|
|
|
|
- android:layout_toRightOf="@+id/tv_bed_time"
|
|
|
|
- android:layout_alignTop="@+id/tv_bed_time"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:padding="@dimen/d3"
|
|
|
|
- android:layout_below="@+id/tv_bed_age"
|
|
|
|
- android:textSize="@dimen/font_size_20"/>
|
|
|
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
+ android:id="@+id/tv_bed_name"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+ android:layout_toLeftOf="@id/ll_qr_code"
|
|
|
|
+ android:layout_toRightOf="@+id/ll_bed"
|
|
|
|
+ android:ellipsize="marquee"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="--"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="110sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_bed_code"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_below="@+id/tv_bed_name"
|
|
|
|
+ android:layout_alignLeft="@+id/tv_bed_name"
|
|
|
|
+ android:layout_marginTop="23dp"
|
|
|
|
+ android:drawableLeft="@mipmap/zhuyuan"
|
|
|
|
+ android:drawablePadding="@dimen/d10"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="住院号码:--"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/font_size_20" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_code"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_below="@+id/tv_bed_name"
|
|
|
|
- android:layout_marginTop="23dp"
|
|
|
|
- android:drawableLeft="@mipmap/zhuyuan"
|
|
|
|
- android:drawablePadding="@dimen/d10"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text="住院号码:5412523336122333"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:layout_alignLeft="@+id/tv_bed_name"
|
|
|
|
- android:textSize="@dimen/font_size_20" />
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_bed_time"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_below="@+id/tv_bed_code"
|
|
|
|
+ android:layout_alignLeft="@+id/tv_bed_name"
|
|
|
|
+ android:layout_marginTop="@dimen/d18"
|
|
|
|
+ android:drawableLeft="@mipmap/ruyuan"
|
|
|
|
+ android:drawablePadding="@dimen/d10"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="入院日期:--"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/font_size_20" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/tv_bed_time"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="入院日期:2023/04/17 11:14"
|
|
|
|
- android:layout_marginTop="@dimen/d18"
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:layout_below="@+id/tv_bed_code"
|
|
|
|
- android:drawableLeft="@mipmap/ruyuan"
|
|
|
|
- android:layout_alignLeft="@+id/tv_bed_name"
|
|
|
|
- android:drawablePadding="@dimen/d10"
|
|
|
|
- android:textSize="@dimen/font_size_20"/>
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_bed_age"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_below="@+id/tv_bed_name"
|
|
|
|
+ android:layout_alignTop="@+id/tv_bed_code"
|
|
|
|
+ android:layout_marginLeft="@dimen/d48"
|
|
|
|
+ android:layout_toRightOf="@+id/tv_bed_code"
|
|
|
|
+ android:padding="@dimen/d3"
|
|
|
|
+ android:text="年龄:--"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/font_size_20" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_bed_sex"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_below="@+id/tv_bed_age"
|
|
|
|
+ android:layout_alignTop="@+id/tv_bed_time"
|
|
|
|
+ android:layout_toRightOf="@+id/tv_bed_time"
|
|
|
|
+ android:layout_marginLeft="@dimen/d48"
|
|
|
|
+ android:padding="@dimen/d3"
|
|
|
|
+ android:text="性别:-"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/font_size_20" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_qr_code"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_above="@id/tv_bed_age"
|
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d24"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/image_qr_code"
|
|
|
|
+ android:layout_width="160dp"
|
|
|
|
+ android:layout_height="160dp" />
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="20dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="便民服务"
|
|
|
|
+ android:textSize="20sp" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- >
|
|
|
|
-
|
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1.1"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
|
|
+
|
|
<com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
<com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
android:id="@+id/rv_main_view_ll"
|
|
android:id="@+id/rv_main_view_ll"
|
|
android:layout_width="570dp"
|
|
android:layout_width="570dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- app:srlEnableRefresh="false"
|
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
- >
|
|
|
|
|
|
+ app:srlEnableRefresh="false">
|
|
|
|
+
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/rv_main_view"
|
|
android:id="@+id/rv_main_view"
|
|
android:layout_width="567dp"
|
|
android:layout_width="567dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
|
-
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/d20" />
|
|
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
+
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:id="@+id/rv_main_view_s"
|
|
android:id="@+id/rv_main_view_s"
|
|
android:layout_width="567dp"
|
|
android:layout_width="567dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="@dimen/d48"
|
|
|
|
- >
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/d48">
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt1"
|
|
android:id="@+id/bed_f_txt1"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/dengji"
|
|
android:drawableLeft="@mipmap/dengji"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt2"
|
|
android:id="@+id/bed_f_txt2"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:layout_toRightOf="@+id/bed_f_txt1"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_f_txt1"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/celiang"
|
|
android:drawableLeft="@mipmap/celiang"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt3"
|
|
android:id="@+id/bed_f_txt3"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:layout_toRightOf="@+id/bed_f_txt2"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_f_txt2"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/geli"
|
|
android:drawableLeft="@mipmap/geli"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt4"
|
|
android:id="@+id/bed_f_txt4"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
- android:gravity="center_vertical"
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/yinshi"
|
|
android:drawableLeft="@mipmap/yinshi"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt5"
|
|
android:id="@+id/bed_f_txt5"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
- android:layout_toRightOf="@+id/bed_f_txt4"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_f_txt4"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/guom"
|
|
android:drawableLeft="@mipmap/guom"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_f_txt6"
|
|
android:id="@+id/bed_f_txt6"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_width="@dimen/d177"
|
|
android:layout_height="@dimen/d89"
|
|
android:layout_height="@dimen/d89"
|
|
- android:text="暂无护理项"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:layout_marginTop="@dimen/d20"
|
|
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
android:layout_below="@+id/bed_f_txt1"
|
|
- android:layout_toRightOf="@+id/bed_f_txt5"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
|
|
+ android:layout_marginTop="@dimen/d20"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_f_txt5"
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:drawableLeft="@mipmap/wu"
|
|
android:drawableLeft="@mipmap/wu"
|
|
android:drawablePadding="@dimen/d14"
|
|
android:drawablePadding="@dimen/d14"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingLeft="@dimen/d19"
|
|
android:paddingRight="@dimen/d29"
|
|
android:paddingRight="@dimen/d29"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
|
|
+ android:text="暂无护理项"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
|
|
+ <RelativeLayout
|
|
android:layout_width="@dimen/d240"
|
|
android:layout_width="@dimen/d240"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:orientation="vertical"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginTop="@dimen/d18"
|
|
android:layout_marginTop="@dimen/d18"
|
|
android:background="@drawable/shape_bed_bg">
|
|
android:background="@drawable/shape_bed_bg">
|
|
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:id="@+id/f_tx_view"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="1dp"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:background="@color/view_bg" />
|
|
|
|
+
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_weight="1"
|
|
|
|
|
|
+ android:layout_above="@id/f_tx_view"
|
|
android:layout_marginRight="@dimen/d5"
|
|
android:layout_marginRight="@dimen/d5"
|
|
- >
|
|
|
|
|
|
+ android:gravity="center_vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/bed_medic_img"
|
|
android:id="@+id/bed_medic_img"
|
|
android:layout_width="@dimen/d43"
|
|
android:layout_width="@dimen/d43"
|
|
android:layout_height="@dimen/d43"
|
|
android:layout_height="@dimen/d43"
|
|
- android:background="@mipmap/ys_img"
|
|
|
|
android:layout_marginLeft="@dimen/d40"
|
|
android:layout_marginLeft="@dimen/d40"
|
|
- android:layout_centerVertical="true"
|
|
|
|
- />
|
|
|
|
|
|
+ android:background="@mipmap/ys_img" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_medic_name"
|
|
android:id="@+id/bed_medic_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/d20"
|
|
android:layout_marginLeft="@dimen/d20"
|
|
- android:layout_marginTop="@dimen/d28"
|
|
|
|
android:layout_toRightOf="@+id/bed_medic_img"
|
|
android:layout_toRightOf="@+id/bed_medic_img"
|
|
- android:text="张德怀"
|
|
|
|
|
|
+ android:text="暂无"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/font_size_18" />
|
|
android:textSize="@dimen/font_size_18" />
|
|
|
|
|
|
@@ -293,197 +318,175 @@
|
|
android:id="@+id/bed_medic_info"
|
|
android:id="@+id/bed_medic_info"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_below="@+id/bed_medic_name"
|
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
android:layout_marginTop="@dimen/d8"
|
|
android:layout_marginTop="@dimen/d8"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_medic_img"
|
|
android:background="@drawable/shape_bed_medic_txt_bg"
|
|
android:background="@drawable/shape_bed_medic_txt_bg"
|
|
- android:paddingBottom="@dimen/d3"
|
|
|
|
android:paddingLeft="@dimen/d13"
|
|
android:paddingLeft="@dimen/d13"
|
|
- android:paddingRight="@dimen/d13"
|
|
|
|
android:paddingTop="@dimen/d3"
|
|
android:paddingTop="@dimen/d3"
|
|
- android:layout_marginLeft="@dimen/d20"
|
|
|
|
- android:layout_toRightOf="@+id/bed_medic_img"
|
|
|
|
- android:layout_below="@+id/bed_medic_name"
|
|
|
|
|
|
+ android:paddingRight="@dimen/d13"
|
|
|
|
+ android:paddingBottom="@dimen/d3"
|
|
android:text="责任医生"
|
|
android:text="责任医生"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/font_size_16" />
|
|
android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
|
- <View
|
|
|
|
- android:id="@+id/f_tx_view"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="1dp"
|
|
|
|
- android:background="@color/view_bg"
|
|
|
|
- android:layout_centerInParent="true" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_weight="1"
|
|
|
|
|
|
+ android:layout_below="@id/f_tx_view"
|
|
android:layout_marginRight="@dimen/d5"
|
|
android:layout_marginRight="@dimen/d5"
|
|
- >
|
|
|
|
|
|
+ android:gravity="center_vertical">
|
|
|
|
+
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/bed_medic_img2"
|
|
android:id="@+id/bed_medic_img2"
|
|
android:layout_width="@dimen/d43"
|
|
android:layout_width="@dimen/d43"
|
|
android:layout_height="@dimen/d43"
|
|
android:layout_height="@dimen/d43"
|
|
- android:background="@mipmap/hs_img"
|
|
|
|
android:layout_marginLeft="@dimen/d40"
|
|
android:layout_marginLeft="@dimen/d40"
|
|
- android:layout_centerVertical="true"
|
|
|
|
- />
|
|
|
|
|
|
+ android:background="@mipmap/hs_img" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_medic_name2"
|
|
android:id="@+id/bed_medic_name2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="李小秀"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:textSize="@dimen/font_size_18"
|
|
|
|
- android:layout_marginTop="@dimen/d28"
|
|
|
|
android:layout_marginLeft="@dimen/d20"
|
|
android:layout_marginLeft="@dimen/d20"
|
|
android:layout_toRightOf="@+id/bed_medic_img2"
|
|
android:layout_toRightOf="@+id/bed_medic_img2"
|
|
- />
|
|
|
|
|
|
+ android:text="暂无"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="@dimen/font_size_18" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/bed_medic_info2"
|
|
android:id="@+id/bed_medic_info2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="责任护士"
|
|
|
|
android:layout_below="@+id/bed_medic_name2"
|
|
android:layout_below="@+id/bed_medic_name2"
|
|
- android:layout_toRightOf="@+id/bed_medic_img2"
|
|
|
|
android:layout_marginLeft="@dimen/d20"
|
|
android:layout_marginLeft="@dimen/d20"
|
|
|
|
+ android:layout_marginTop="@dimen/d8"
|
|
|
|
+ android:layout_toRightOf="@+id/bed_medic_img2"
|
|
|
|
+ android:background="@drawable/shape_bed_nurse_txt_bg"
|
|
android:paddingLeft="@dimen/d13"
|
|
android:paddingLeft="@dimen/d13"
|
|
- android:paddingRight="@dimen/d13"
|
|
|
|
android:paddingTop="@dimen/d3"
|
|
android:paddingTop="@dimen/d3"
|
|
|
|
+ android:paddingRight="@dimen/d13"
|
|
android:paddingBottom="@dimen/d3"
|
|
android:paddingBottom="@dimen/d3"
|
|
- android:background="@drawable/shape_bed_nurse_txt_bg"
|
|
|
|
|
|
+ android:text="责任护士"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
- android:layout_marginTop="@dimen/d8"
|
|
|
|
- android:textSize="@dimen/font_size_16"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_16" />
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="@dimen/d240"
|
|
android:layout_width="@dimen/d240"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:background="@drawable/shape_bed_bg"
|
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginLeft="@dimen/d18"
|
|
android:layout_marginTop="@dimen/d18"
|
|
android:layout_marginTop="@dimen/d18"
|
|
- android:orientation="vertical"
|
|
|
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:visibility="gone"
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- >
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="@dimen/d128"
|
|
android:layout_width="@dimen/d128"
|
|
android:layout_height="@dimen/d36"
|
|
android:layout_height="@dimen/d36"
|
|
- android:text="风险提示"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
|
+ android:background="@mipmap/fengxian"
|
|
android:drawableLeft="@mipmap/fengxian2"
|
|
android:drawableLeft="@mipmap/fengxian2"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@mipmap/fengxian"
|
|
|
|
|
|
+ android:text="风险提示"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<ScrollView
|
|
<ScrollView
|
|
android:id="@+id/scrollView"
|
|
android:id="@+id/scrollView"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
-
|
|
|
|
- >
|
|
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:orientation="vertical"
|
|
|
|
- >
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
- android:layout_marginRight="@dimen/d14"
|
|
|
|
android:layout_marginTop="@dimen/d11"
|
|
android:layout_marginTop="@dimen/d11"
|
|
- android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/d14"
|
|
|
|
+ android:background="@drawable/shape_main_txt_bg"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@drawable/shape_main_txt_bg"
|
|
|
|
|
|
+ android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
- android:layout_marginRight="@dimen/d14"
|
|
|
|
android:layout_marginTop="@dimen/d11"
|
|
android:layout_marginTop="@dimen/d11"
|
|
- android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/d14"
|
|
|
|
+ android:background="@drawable/shape_main_txt_bg"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@drawable/shape_main_txt_bg"
|
|
|
|
|
|
+ android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
- android:layout_marginRight="@dimen/d14"
|
|
|
|
android:layout_marginTop="@dimen/d11"
|
|
android:layout_marginTop="@dimen/d11"
|
|
- android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/d14"
|
|
|
|
+ android:background="@drawable/shape_main_txt_bg"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@drawable/shape_main_txt_bg"
|
|
|
|
|
|
+ android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
- android:layout_marginRight="@dimen/d14"
|
|
|
|
android:layout_marginTop="@dimen/d11"
|
|
android:layout_marginTop="@dimen/d11"
|
|
- android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/d14"
|
|
|
|
+ android:background="@drawable/shape_main_txt_bg"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@drawable/shape_main_txt_bg"
|
|
|
|
|
|
+ android:text="做完脊椎手术如何更好的恢复跟着这样做即可!"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_height="@dimen/d50"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
android:layout_marginLeft="@dimen/d22"
|
|
- android:layout_marginRight="@dimen/d14"
|
|
|
|
android:layout_marginTop="@dimen/d11"
|
|
android:layout_marginTop="@dimen/d11"
|
|
- android:text="做完手术如何更好的恢复跟着这样做即可!"
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
+ android:layout_marginRight="@dimen/d14"
|
|
|
|
+ android:background="@drawable/shape_main_txt_bg"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawableRight="@mipmap/jiantou"
|
|
android:drawablePadding="@dimen/d7"
|
|
android:drawablePadding="@dimen/d7"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingLeft="@dimen/d18"
|
|
android:paddingLeft="@dimen/d18"
|
|
- android:background="@drawable/shape_main_txt_bg"
|
|
|
|
|
|
+ android:text="做完手术如何更好的恢复跟着这样做即可!"
|
|
android:textColor="@color/txt_setting"
|
|
android:textColor="@color/txt_setting"
|
|
- android:textSize="@dimen/font_size_14"/>
|
|
|
|
|
|
+ android:textSize="@dimen/font_size_14" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
</ScrollView>
|
|
</ScrollView>
|
|
-
|
|
|
|
-
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
-
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</layout>
|
|
</layout>
|