|
@@ -34,12 +34,22 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_above="@id/rl_nurse_item"
|
|
|
- android:paddingBottom="8dp"
|
|
|
- android:paddingTop="8dp">
|
|
|
+ android:paddingBottom="4dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/room_number_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="-房"
|
|
|
+ android:textSize="18sp"
|
|
|
+ android:textColor="#2F9DF1"/>
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/patient_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/room_number_tv"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:src="@drawable/kong_chuang" />
|
|
|
|
|
|
<TextView
|
|
@@ -47,40 +57,33 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toRightOf="@id/patient_imagev"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
+ android:layout_below="@id/room_number_tv"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="--"
|
|
|
android:textSize="20sp"
|
|
|
android:textColor="@color/black"/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/sex_imagev"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/patient_imagev"
|
|
|
- android:layout_below="@id/patient_name_tv"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
- android:src="@drawable/nv" />
|
|
|
-
|
|
|
<TextView
|
|
|
android:id="@+id/patient_age_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@+id/sex_imagev"
|
|
|
- android:layout_below="@id/patient_name_tv"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:layout_marginLeft="6dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_below="@id/room_number_tv"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:text="--"
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/room_number_tv"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/sex_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:text="-房"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="#2F9DF1"/>
|
|
|
+ android:layout_toLeftOf="@id/patient_age_tv"
|
|
|
+ android:layout_below="@id/room_number_tv"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
+ android:src="@drawable/nv" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|