|
@@ -1,50 +1,63 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/ll_item_bed"
|
|
android:id="@+id/ll_item_bed"
|
|
- android:layout_width="416dp"
|
|
|
|
|
|
+ android:layout_width="330dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="4dp"
|
|
android:layout_margin="4dp"
|
|
|
|
+ android:paddingTop="4dp"
|
|
|
|
+ android:paddingBottom="4dp"
|
|
android:background="@color/right_item_select"
|
|
android:background="@color/right_item_select"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:gravity="center_horizontal">
|
|
android:gravity="center_horizontal">
|
|
|
|
|
|
- <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
- android:id="@+id/tv_bed_name_title"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
- android:text="--"
|
|
|
|
- android:textColor="@color/main_color"
|
|
|
|
- android:textSize="56sp"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:ellipsize="marquee"
|
|
|
|
- android:focusable="true"
|
|
|
|
- android:focusableInTouchMode="true"
|
|
|
|
- android:marqueeRepeatLimit="marquee_forever"/>
|
|
|
|
-
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/bed_customer_name"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="100dp"
|
|
|
|
+ android:paddingLeft="4dp"
|
|
|
|
+ android:paddingRight="4dp">
|
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
+ android:id="@+id/tv_bed_name_title"
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="--"
|
|
android:text="--"
|
|
|
|
+ android:textColor="@color/main_color"
|
|
|
|
+ android:textSize="56sp"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
- android:textColor="@color/black"
|
|
|
|
- android:textSize="32sp" />
|
|
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="marquee"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"/>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/bed_customer_name"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="--"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textSize="32sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/bed_customer_age"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:text="--"
|
|
|
|
+ android:textSize="24sp" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/bed_customer_age"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:textColor="@color/black"
|
|
|
|
- android:text="--"
|
|
|
|
- android:textSize="24sp" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -59,12 +72,14 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_marginTop="18dp">
|
|
|
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
|
+ android:layout_marginRight="2dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
<ImageView
|
|
<ImageView
|
|
@@ -78,7 +93,7 @@
|
|
android:id="@+id/bed_doctor_title"
|
|
android:id="@+id/bed_doctor_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
android:text="责任医生"
|
|
android:text="责任医生"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
@@ -88,7 +103,7 @@
|
|
android:id="@+id/bed_doctor_name"
|
|
android:id="@+id/bed_doctor_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
android:text="暂无"
|
|
android:text="暂无"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
@@ -99,6 +114,8 @@
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
<ImageView
|
|
<ImageView
|
|
@@ -112,7 +129,7 @@
|
|
android:id="@+id/bed_nurse_title"
|
|
android:id="@+id/bed_nurse_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
android:text="责任护士"
|
|
android:text="责任护士"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
@@ -122,7 +139,7 @@
|
|
android:id="@+id/bed_nurse_name"
|
|
android:id="@+id/bed_nurse_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginTop="12dp"
|
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
android:text="暂无"
|
|
android:text="暂无"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|