|
@@ -23,7 +23,7 @@
|
|
<!--右侧按钮区域-->
|
|
<!--右侧按钮区域-->
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
android:id="@+id/rl_room_actions"
|
|
android:id="@+id/rl_room_actions"
|
|
- android:layout_width="100dp"
|
|
|
|
|
|
+ android:layout_width="128dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
@@ -40,30 +40,21 @@
|
|
android:paddingBottom="10dp"
|
|
android:paddingBottom="10dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:text="版本"
|
|
android:text="版本"
|
|
|
|
+ android:textSize="20sp"
|
|
android:textColor="@color/main_color"/>
|
|
android:textColor="@color/main_color"/>
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/room_action_reset"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_above="@id/app_version"
|
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
|
- android:background="@mipmap/bg_bottom_btn"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text="重置"
|
|
|
|
- android:textColor="@drawable/selector_bottom_btn_text_color"
|
|
|
|
- android:visibility="gone"/>
|
|
|
|
- <TextView
|
|
|
|
android:id="@+id/room_action_call"
|
|
android:id="@+id/room_action_call"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_above="@id/room_action_reset"
|
|
|
|
|
|
+ android:layout_above="@id/app_version"
|
|
android:layout_marginBottom="10dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:drawableLeft="@mipmap/ic_call"
|
|
android:drawableLeft="@mipmap/ic_call"
|
|
android:drawablePadding="6dp"
|
|
android:drawablePadding="6dp"
|
|
- android:paddingLeft="24dp"
|
|
|
|
|
|
+ android:padding="10dp"
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
- android:text="呼叫"
|
|
|
|
|
|
+ android:text="呼叫护士"
|
|
|
|
+ android:textSize="20sp"
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/room_action_support"
|
|
android:id="@+id/room_action_support"
|
|
@@ -74,9 +65,10 @@
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:drawableLeft="@mipmap/ic_support"
|
|
android:drawableLeft="@mipmap/ic_support"
|
|
android:drawablePadding="6dp"
|
|
android:drawablePadding="6dp"
|
|
- android:paddingLeft="24dp"
|
|
|
|
|
|
+ android:padding="10dp"
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
- android:text="增援"
|
|
|
|
|
|
+ android:text="请求增援"
|
|
|
|
+ android:textSize="20sp"
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/room_action_nurse"
|
|
android:id="@+id/room_action_nurse"
|
|
@@ -87,10 +79,25 @@
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
android:drawableLeft="@drawable/ic_nursing"
|
|
android:drawableLeft="@drawable/ic_nursing"
|
|
android:drawablePadding="6dp"
|
|
android:drawablePadding="6dp"
|
|
- android:paddingLeft="10dp"
|
|
|
|
|
|
+ android:padding="10dp"
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
android:text="进入护理"
|
|
android:text="进入护理"
|
|
|
|
+ android:textSize="20sp"
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/room_action_call_bed"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_above="@id/room_action_nurse"
|
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
|
+ android:background="@mipmap/bg_bottom_btn"
|
|
|
|
+ android:drawableLeft="@mipmap/ic_call"
|
|
|
|
+ android:drawablePadding="6dp"
|
|
|
|
+ android:padding="10dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:text="呼叫床位"
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
+ android:textColor="@drawable/selector_bottom_btn_text_color" />
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
<!--床位fragment区域-->
|
|
<!--床位fragment区域-->
|