|
@@ -14,8 +14,8 @@
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
- android:layout_marginTop="6dp"
|
|
|
|
- android:layout_marginBottom="6dp"
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:layout_marginBottom="4dp"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
<!--责任医生-->
|
|
<!--责任医生-->
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -29,13 +29,13 @@
|
|
<ImageView
|
|
<ImageView
|
|
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="4dp"
|
|
android:src="@mipmap/ic_doctor_default"/>
|
|
android:src="@mipmap/ic_doctor_default"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_doctor_title"
|
|
android:id="@+id/tv_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="8dp"
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
android:textSize="18sp"
|
|
android:textSize="18sp"
|
|
android:text="@string/doctor_title"/>
|
|
android:text="@string/doctor_title"/>
|
|
@@ -62,13 +62,13 @@
|
|
<ImageView
|
|
<ImageView
|
|
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="4dp"
|
|
android:src="@mipmap/ic_nurse_default"/>
|
|
android:src="@mipmap/ic_nurse_default"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_nurse_title"
|
|
android:id="@+id/tv_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="8dp"
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
android:textSize="18sp"
|
|
android:textSize="18sp"
|
|
android:text="@string/nurse_title"/>
|
|
android:text="@string/nurse_title"/>
|
|
@@ -89,9 +89,9 @@
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
android:layout_toLeftOf="@id/ll_doctor_nurse_view"
|
|
android:layout_toLeftOf="@id/ll_doctor_nurse_view"
|
|
- android:layout_marginTop="6dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
- android:layout_marginBottom="6dp">
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:layout_marginBottom="4dp">
|
|
<!--无人入住时展示-->
|
|
<!--无人入住时展示-->
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/ll_empty"
|
|
android:id="@+id/ll_empty"
|
|
@@ -122,7 +122,7 @@
|
|
android:id="@+id/ll_custom_view"
|
|
android:id="@+id/ll_custom_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:paddingTop="6dp"
|
|
|
|
|
|
+ android:paddingTop="4dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp"
|
|
android:paddingRight="12dp"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
@@ -133,7 +133,7 @@
|
|
android:id="@+id/ll_nurse_more"
|
|
android:id="@+id/ll_nurse_more"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="80dp"
|
|
android:layout_height="80dp"
|
|
- android:layout_marginTop="6dp"
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
android:visibility="gone">
|
|
android:visibility="gone">
|
|
@@ -246,7 +246,8 @@
|
|
android:id="@+id/tv_custom_name"
|
|
android:id="@+id/tv_custom_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:textSize="60sp"
|
|
|
|
|
|
+ android:textSize="56sp"
|
|
|
|
+ android:textStyle="bold"
|
|
android:textColor="@color/main_color"
|
|
android:textColor="@color/main_color"
|
|
android:text="---"/>
|
|
android:text="---"/>
|
|
<TextView
|
|
<TextView
|
|
@@ -256,7 +257,7 @@
|
|
android:layout_toRightOf="@id/tv_custom_name"
|
|
android:layout_toRightOf="@id/tv_custom_name"
|
|
android:layout_alignBottom="@id/tv_custom_name"
|
|
android:layout_alignBottom="@id/tv_custom_name"
|
|
android:background="@mipmap/ic_gender_male"
|
|
android:background="@mipmap/ic_gender_male"
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
android:layout_marginBottom="10dp"/>
|
|
android:layout_marginBottom="10dp"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_custom_age"
|
|
android:id="@+id/tv_custom_age"
|
|
@@ -264,8 +265,8 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@id/tv_custom_gender"
|
|
android:layout_toRightOf="@id/tv_custom_gender"
|
|
android:layout_alignBottom="@id/tv_custom_name"
|
|
android:layout_alignBottom="@id/tv_custom_name"
|
|
- android:layout_marginLeft="20dp"
|
|
|
|
- android:textSize="40sp"
|
|
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:textSize="28sp"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
android:text="--"/>
|
|
android:text="--"/>
|
|
<TextView
|
|
<TextView
|
|
@@ -288,8 +289,9 @@
|
|
android:text=""/>
|
|
android:text=""/>
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/main_view_qr_code"
|
|
android:id="@+id/main_view_qr_code"
|
|
- android:layout_width="180dp"
|
|
|
|
- android:layout_height="180dp"
|
|
|
|
|
|
+ android:layout_width="160dp"
|
|
|
|
+ android:layout_height="160dp"
|
|
|
|
+ android:layout_marginRight="-16dp"
|
|
android:layout_alignParentRight="true"/>
|
|
android:layout_alignParentRight="true"/>
|
|
<!--<TextView
|
|
<!--<TextView
|
|
android:id="@+id/tv_order_title"
|
|
android:id="@+id/tv_order_title"
|