|
@@ -178,42 +178,63 @@
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_below="@id/activity_calling_door_layout_title">
|
|
android:layout_below="@id/activity_calling_door_layout_title">
|
|
- <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
- android:id="@+id/tv_room_name"
|
|
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="-10dp"
|
|
android:layout_marginTop="-10dp"
|
|
android:layout_weight="2.2"
|
|
android:layout_weight="2.2"
|
|
android:paddingLeft="20dp"
|
|
android:paddingLeft="20dp"
|
|
- android:paddingRight="20dp"
|
|
|
|
- android:gravity="center_vertical"
|
|
|
|
- android:text="--"
|
|
|
|
- android:textColor="@color/main_color"
|
|
|
|
- android:textSize="120sp"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:ellipsize="marquee"
|
|
|
|
- android:focusable="true"
|
|
|
|
- android:focusableInTouchMode="true" />
|
|
|
|
-
|
|
|
|
- <ViewFlipper
|
|
|
|
- android:id="@+id/view_flipper"
|
|
|
|
|
|
+ android:paddingRight="20dp">
|
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
|
+ android:id="@+id/tv_room_name"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:text="--"
|
|
|
|
+ android:textColor="@color/main_color"
|
|
|
|
+ android:textSize="120sp"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:ellipsize="marquee"
|
|
|
|
+ android:focusable="true"
|
|
|
|
+ android:focusableInTouchMode="true" />
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
- android:autoStart="true"
|
|
|
|
- android:flipInterval="5000"
|
|
|
|
- android:inAnimation="@anim/slide_up_in"
|
|
|
|
- android:outAnimation="@anim/slide_down_out">
|
|
|
|
- <!--<TextView
|
|
|
|
- android:id="@+id/call_name"
|
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+ <ViewFlipper
|
|
|
|
+ android:id="@+id/view_flipper"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="100dp"
|
|
|
|
+ android:autoStart="true"
|
|
|
|
+ android:flipInterval="5000"
|
|
|
|
+ android:inAnimation="@anim/slide_up_in"
|
|
|
|
+ android:outAnimation="@anim/slide_down_out">
|
|
|
|
+ <!--<TextView
|
|
|
|
+ android:id="@+id/call_name"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center|right"
|
|
|
|
+ android:text="09床 呼叫"
|
|
|
|
+ android:textColor="@color/color_red"
|
|
|
|
+ android:textSize="32sp" />-->
|
|
|
|
+ </ViewFlipper>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_nurse_countdown_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_gravity="center|right"
|
|
|
|
- android:text="09床 呼叫"
|
|
|
|
- android:textColor="@color/color_red"
|
|
|
|
- android:textSize="32sp" />-->
|
|
|
|
- </ViewFlipper>
|
|
|
|
|
|
+ android:padding="4dp"
|
|
|
|
+ android:textSize="32sp"
|
|
|
|
+ android:text="00:00:00"
|
|
|
|
+ android:textColor="@color/zmcx_orange_color"
|
|
|
|
+ android:visibility="gone"/>
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|