|
@@ -13,9 +13,7 @@
|
|
|
<android.support.v7.widget.CardView
|
|
|
android:id="@+id/cardview"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- card_view:cardCornerRadius="10dp"
|
|
|
- card_view:cardElevation="10dp">
|
|
|
+ android:layout_height="match_parent" >
|
|
|
<!--子布局控件-->
|
|
|
|
|
|
<LinearLayout
|
|
@@ -27,6 +25,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:background="#F28B8C"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
@@ -45,8 +44,9 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
- android:text="责任医生"
|
|
|
- android:textSize="36sp" />
|
|
|
+ android:text="责任母婴师"
|
|
|
+ android:textSize="36sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/doctor_pic_default"
|
|
@@ -72,7 +72,7 @@
|
|
|
android:marqueeRepeatLimit="marquee_forever"
|
|
|
android:singleLine="true"
|
|
|
android:text="----"
|
|
|
- android:textColor="@color/door_bed_text"
|
|
|
+ android:textColor="@color/white"
|
|
|
android:textSize="68sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -99,7 +99,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
android:text="责任护士"
|
|
|
- android:textSize="36sp" />
|
|
|
+ android:textSize="36sp"
|
|
|
+ android:textColor="@color/white"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/nurse_pic_default"
|
|
@@ -124,7 +125,7 @@
|
|
|
android:marqueeRepeatLimit="marquee_forever"
|
|
|
android:singleLine="true"
|
|
|
android:text="----"
|
|
|
- android:textColor="@color/door_bed_text"
|
|
|
+ android:textColor="@color/white"
|
|
|
android:textSize="68sp" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|