|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="@dimen/margin_40dp"></TextView>
|
|
|
|
|
|
+ android:layout_height="@dimen/margin_40dp"/>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="150dp"
|
|
android:layout_width="150dp"
|
|
@@ -16,74 +16,73 @@
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:id="@+id/activity_main_layout_ll_sickness_bed_call"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_ll_call_doctor"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_marginTop="@dimen/margin_25dp"
|
|
android:layout_marginTop="@dimen/margin_25dp"
|
|
|
|
+ android:layout_gravity="center"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/activity_main_layout_iv_sickness_bed_call"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_iv_call_doctor"
|
|
android:layout_width="90dp"
|
|
android:layout_width="90dp"
|
|
android:layout_height="90dp"
|
|
android:layout_height="90dp"
|
|
- android:background="@mipmap/main_left_patient_bed_call_sel" />
|
|
|
|
|
|
+ android:background="@mipmap/main_left_calling_doctor_def" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/activity_main_layout_tv_sickness_bed_call"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_tv_call_doctor"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center"
|
|
android:layout_marginTop="-10dp"
|
|
android:layout_marginTop="-10dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:text="病床呼叫"
|
|
|
|
|
|
+ android:text="主机呼叫"
|
|
android:textColor="@color/yellow_color"
|
|
android:textColor="@color/yellow_color"
|
|
android:textSize="@dimen/text_size_15px"
|
|
android:textSize="@dimen/text_size_15px"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:typeface="serif" />
|
|
android:typeface="serif" />
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/activity_main_layout_tv_medicalHosts"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text=""
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/margin_10dp"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:typeface="serif" />
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:id="@+id/activity_main_layout_ll_call_doctor"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_ll_sickness_bed_call"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
- android:layout_gravity="center"
|
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:visibility="gone"
|
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/activity_main_layout_iv_call_doctor"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_iv_sickness_bed_call"
|
|
android:layout_width="90dp"
|
|
android:layout_width="90dp"
|
|
android:layout_height="90dp"
|
|
android:layout_height="90dp"
|
|
- android:background="@mipmap/main_left_calling_doctor_def" />
|
|
|
|
|
|
+ android:background="@mipmap/main_left_patient_bed_call_sel" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/activity_main_layout_tv_call_doctor"
|
|
|
|
|
|
+ android:id="@+id/activity_main_layout_tv_sickness_bed_call"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_gravity="center"
|
|
|
|
android:layout_marginTop="-10dp"
|
|
android:layout_marginTop="-10dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:text="主机呼叫"
|
|
|
|
|
|
+ android:text="病床呼叫"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/text_size_15px"
|
|
android:textSize="@dimen/text_size_15px"
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
android:typeface="serif" />
|
|
android:typeface="serif" />
|
|
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/activity_main_layout_tv_medicalHosts"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:gravity="center"
|
|
|
|
- android:text=""
|
|
|
|
- android:textColor="@color/white"
|
|
|
|
- android:textSize="@dimen/margin_10dp"
|
|
|
|
- android:textStyle="bold"
|
|
|
|
- android:typeface="serif" />
|
|
|
|
-
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -92,6 +91,7 @@
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
+ android:visibility="gone"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -120,6 +120,7 @@
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
+ android:visibility="gone"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -149,6 +150,7 @@
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
+ android:visibility="gone"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|