|
@@ -43,25 +43,25 @@
|
|
|
android:textSize="20sp"
|
|
|
android:textColor="@color/main_color"/>
|
|
|
<TextView
|
|
|
- android:id="@+id/room_action_call"
|
|
|
+ android:id="@+id/room_action_nurse"
|
|
|
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:drawableLeft="@mipmap/ic_call"
|
|
|
+ android:drawableLeft="@drawable/ic_nursing"
|
|
|
android:drawablePadding="6dp"
|
|
|
android:padding="10dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="呼叫护士"
|
|
|
+ android:text="进入护理"
|
|
|
android:textSize="20sp"
|
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
|
<TextView
|
|
|
android:id="@+id/room_action_support"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_above="@id/room_action_call"
|
|
|
- android:layout_marginBottom="30dp"
|
|
|
+ android:layout_above="@id/room_action_nurse"
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
|
android:drawableLeft="@mipmap/ic_support"
|
|
|
android:drawablePadding="6dp"
|
|
@@ -71,25 +71,25 @@
|
|
|
android:textSize="20sp"
|
|
|
android:textColor="@drawable/selector_bottom_btn_text_color"/>
|
|
|
<TextView
|
|
|
- android:id="@+id/room_action_nurse"
|
|
|
+ android:id="@+id/room_action_call"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_above="@id/room_action_support"
|
|
|
- android:layout_marginBottom="30dp"
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
|
- android:drawableLeft="@drawable/ic_nursing"
|
|
|
+ android:drawableLeft="@mipmap/ic_call"
|
|
|
android:drawablePadding="6dp"
|
|
|
android:padding="10dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:text="进入护理"
|
|
|
+ android:text="呼叫护士"
|
|
|
android:textSize="20sp"
|
|
|
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:layout_above="@id/room_action_call"
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
android:background="@mipmap/bg_bottom_btn"
|
|
|
android:drawableLeft="@mipmap/ic_call"
|
|
|
android:drawablePadding="6dp"
|