|
@@ -219,7 +219,7 @@
|
|
|
android:background="@mipmap/bg_main_right"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingLeft="15px"
|
|
|
+ android:paddingLeft="6dp"
|
|
|
android:paddingTop="36dp"
|
|
|
android:weightSum="1">
|
|
|
|
|
@@ -253,9 +253,9 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/activity_calling_door_layout_rl_call_nurse"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="100dp"
|
|
|
+ android:layout_width="200dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_marginTop="40dp"
|
|
|
android:background="@drawable/selector_bg_doctor"
|
|
|
android:clickable="true"
|
|
|
android:orientation="horizontal"
|
|
@@ -279,17 +279,18 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/activity_calling_door_layout_rl_call_cancel"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="100dp"
|
|
|
+ android:layout_width="200dp"
|
|
|
+ android:layout_height="240dp"
|
|
|
+ android:layout_marginTop="60dp"
|
|
|
+ android:gravity="center"
|
|
|
android:background="@drawable/selector_bg_doctor"
|
|
|
android:clickable="true"
|
|
|
android:orientation="horizontal"
|
|
|
android:padding="@dimen/side_letter_bar_width">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
android:src="@drawable/back_circle" />
|
|
|
|
|
|
<TextView
|
|
@@ -300,14 +301,14 @@
|
|
|
android:gravity="center"
|
|
|
android:text="取消呼叫"
|
|
|
android:textColor="@color/button_color"
|
|
|
- android:textSize="20dp" />
|
|
|
+ android:textSize="32sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/activity_calling_door_layout_rl_nursing"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="100dp"
|
|
|
+ android:layout_width="200dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:layout_marginTop="60dp"
|
|
|
android:background="@drawable/selector_bg_doctor"
|
|
|
android:clickable="true"
|
|
|
android:padding="@dimen/side_letter_bar_width">
|