|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_doctor_nurse_view"
|
|
|
- android:layout_width="180dp"
|
|
|
+ android:layout_width="200dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_below="@id/lay_main_bed_name"
|
|
|
android:layout_alignParentRight="true"
|
|
@@ -22,7 +22,7 @@
|
|
|
android:id="@+id/ll_doctor_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
+ android:layout_weight="8"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@color/white">
|
|
@@ -55,8 +55,8 @@
|
|
|
android:id="@+id/ll_nurse_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_weight="8"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@color/white">
|
|
@@ -83,6 +83,19 @@
|
|
|
android:textSize="24sp"
|
|
|
android:text="@string/nurse_title"/>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_version"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:text="v--"
|
|
|
+ android:visibility="gone"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
@@ -253,71 +266,22 @@
|
|
|
|
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_custom_name"
|
|
|
- android:layout_width="380dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_above="@id/ll_nurse_more"
|
|
|
- android:paddingLeft="4dp"
|
|
|
- android:paddingRight="4dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
android:gravity="center"
|
|
|
android:ellipsize="marquee"
|
|
|
android:focusable="true"
|
|
|
android:focusableInTouchMode="true"
|
|
|
android:marqueeRepeatLimit="-1"
|
|
|
android:singleLine="true"
|
|
|
- android:textSize="120sp"
|
|
|
+ android:textSize="132sp"
|
|
|
android:textColor="@color/main_color"
|
|
|
android:textStyle="bold"
|
|
|
android:text="---"/>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_custom_no"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_above="@id/ll_nurse_more"
|
|
|
- android:layout_toRightOf="@id/tv_custom_name"
|
|
|
- android:paddingTop="8dp"
|
|
|
- android:paddingBottom="8dp"
|
|
|
- android:paddingLeft="8dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_custom_age"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textSize="28sp"
|
|
|
- android:text="--"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_custom_gender"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:textSize="28sp"
|
|
|
- android:text="-"/>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_custom_indate"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textSize="20sp"
|
|
|
- android:textColor="#131313"
|
|
|
- android:text="@string/indate"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_custom_card_no"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textSize="20sp"
|
|
|
- android:textColor="#131313"
|
|
|
- android:text=""/>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
<!--<TextView
|
|
|
android:id="@+id/tv_order_title"
|
|
|
android:layout_width="match_parent"
|
|
@@ -335,7 +299,7 @@
|
|
|
android:id="@+id/tv_order_content"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_below="@id/ll_custom_no"
|
|
|
+ android:layout_below="@id/tv_custom_name"
|
|
|
android:layout_above="@id/ll_nurse_more"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:padding="10dp"
|