|
@@ -122,10 +122,126 @@
|
|
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:padding="16dp"
|
|
|
|
|
|
+ android:paddingTop="10dp"
|
|
|
|
+ android:paddingLeft="12dp"
|
|
|
|
+ android:paddingRight="12dp"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
android:visibility="gone">
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_nurse_more"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="80dp"
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
|
+ android:gravity="center_horizontal"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_nurse_item6"
|
|
|
|
+ android:layout_width="140dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:background="#E7E7E7"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_name6"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingLeft="6dp"
|
|
|
|
+ android:paddingTop="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_value6"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingRight="6dp"
|
|
|
|
+ android:paddingBottom="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:gravity="right|bottom"
|
|
|
|
+ android:text="@string/str_empty"
|
|
|
|
+ android:textSize="22sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_nurse_item7"
|
|
|
|
+ android:layout_width="140dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:background="#E7E7E7"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_name7"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingLeft="6dp"
|
|
|
|
+ android:paddingTop="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_value7"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingRight="6dp"
|
|
|
|
+ android:paddingBottom="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:gravity="right|bottom"
|
|
|
|
+ android:text="@string/str_empty"
|
|
|
|
+ android:textSize="22sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_nurse_item8"
|
|
|
|
+ android:layout_width="140dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:background="#E7E7E7"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_name8"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingLeft="6dp"
|
|
|
|
+ android:paddingTop="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_value8"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:paddingRight="6dp"
|
|
|
|
+ android:paddingBottom="6dp"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="end"
|
|
|
|
+ android:gravity="right|bottom"
|
|
|
|
+ android:text="@string/str_empty"
|
|
|
|
+ android:textSize="22sp"
|
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
+ </LinearLayout>
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_custom_name"
|
|
android:id="@+id/tv_custom_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -157,11 +273,11 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/tv_custom_name"
|
|
android:layout_below="@id/tv_custom_name"
|
|
- android:layout_marginTop="20dp"
|
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
android:textSize="28sp"
|
|
android:textSize="28sp"
|
|
android:textColor="#B4B4B4"
|
|
android:textColor="#B4B4B4"
|
|
android:text="@string/indate"/>
|
|
android:text="@string/indate"/>
|
|
- <TextView
|
|
|
|
|
|
+ <!--<TextView
|
|
android:id="@+id/tv_order_title"
|
|
android:id="@+id/tv_order_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -173,12 +289,14 @@
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
android:textSize="24sp"
|
|
android:textSize="24sp"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:text=""/>
|
|
|
|
|
|
+ android:text=""/>-->
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
android:id="@+id/tv_order_content"
|
|
android:id="@+id/tv_order_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_below="@id/tv_order_title"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_below="@id/tv_custom_indate"
|
|
|
|
+ android:layout_above="@id/ll_nurse_more"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
android:padding="10dp"
|
|
android:padding="10dp"
|
|
android:ellipsize="marquee"
|
|
android:ellipsize="marquee"
|
|
android:focusable="true"
|
|
android:focusable="true"
|