|
@@ -16,13 +16,179 @@
|
|
|
android:layout_below="@id/activity_calling_bed_layout_title"
|
|
|
android:layout_marginTop="4dp"
|
|
|
android:paddingLeft="4dp"
|
|
|
- android:paddingRight="4dp">
|
|
|
+ android:paddingRight="4dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<!--左侧护理列表-->
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
+ <!--<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/rv_left_list"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+ android:layout_height="match_parent" />-->
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_nurse_item1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:padding="6dp"
|
|
|
+ android:background="#E7E7E7"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_name1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:textColor="@color/white" />
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_nurse_config_value1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="@string/str_empty"
|
|
|
+ android:textSize="28sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_nurse_item2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:padding="6dp"
|
|
|
+ android:background="#E7E7E7"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_name2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_nurse_config_value2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="@string/str_empty"
|
|
|
+ android:textSize="28sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_nurse_item3"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:padding="6dp"
|
|
|
+ android:background="#E7E7E7"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_name3"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_nurse_config_value3"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="@string/str_empty"
|
|
|
+ android:textSize="28sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_nurse_item4"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:padding="6dp"
|
|
|
+ android:background="#E7E7E7"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_name4"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_nurse_config_value4"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="@string/str_empty"
|
|
|
+ android:textSize="28sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_nurse_item5"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:padding="6dp"
|
|
|
+ android:background="#E7E7E7"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nurse_config_name5"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="32dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:text="@string/default_nurse_config_name"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_nurse_config_value5"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="@string/str_empty"
|
|
|
+ android:textSize="28sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|