|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_doctor_nurse_view"
|
|
|
- android:layout_width="140dp"
|
|
|
+ android:layout_width="120dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
|
android:layout_alignParentRight="true"
|
|
@@ -254,17 +254,15 @@
|
|
|
android:id="@+id/tv_custom_gender"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/tv_custom_name"
|
|
|
- android:layout_alignBottom="@id/tv_custom_name"
|
|
|
- android:background="@mipmap/ic_gender_male"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:layout_marginBottom="10dp"/>
|
|
|
+ android:layout_below="@id/tv_custom_name"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:background="@mipmap/ic_gender_male"/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_custom_age"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_custom_name"
|
|
|
android:layout_toRightOf="@id/tv_custom_gender"
|
|
|
- android:layout_alignBottom="@id/tv_custom_name"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:textSize="28sp"
|
|
|
android:textColor="#B4B4B4"
|
|
@@ -273,8 +271,8 @@
|
|
|
android:id="@+id/tv_custom_indate"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/tv_custom_name"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_below="@id/tv_custom_gender"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:textSize="22sp"
|
|
|
android:textColor="#131313"
|
|
|
android:text="@string/indate"/>
|
|
@@ -283,15 +281,15 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/tv_custom_indate"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:textSize="22sp"
|
|
|
android:textColor="#131313"
|
|
|
android:text=""/>
|
|
|
<ImageView
|
|
|
android:id="@+id/main_view_qr_code"
|
|
|
- android:layout_width="160dp"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_marginRight="-16dp"
|
|
|
+ android:layout_width="180dp"
|
|
|
+ android:layout_height="180dp"
|
|
|
+ android:layout_marginRight="-2dp"
|
|
|
android:layout_alignParentRight="true"/>
|
|
|
<!--<TextView
|
|
|
android:id="@+id/tv_order_title"
|
|
@@ -310,9 +308,9 @@
|
|
|
android:id="@+id/tv_order_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_below="@id/tv_custom_card_no"
|
|
|
+ android:layout_below="@id/main_view_qr_code"
|
|
|
android:layout_above="@id/ll_nurse_more"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
android:padding="10dp"
|
|
|
android:ellipsize="marquee"
|
|
|
android:focusable="true"
|
|
@@ -321,8 +319,6 @@
|
|
|
android:scrollHorizontally="true"
|
|
|
android:singleLine="true"
|
|
|
android:background="#F3F9FE"
|
|
|
- android:scrollbars="vertical"
|
|
|
- android:fadeScrollbars="true"
|
|
|
android:textSize="24sp"
|
|
|
android:textColor="#131313"
|
|
|
android:text="@string/str_empty"
|