|
@@ -9,7 +9,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/call_the_voice_linlyout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="46px"
|
|
|
+ android:layout_height="56px"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_marginRight="10px"
|
|
|
android:gravity="center"
|
|
@@ -20,26 +20,26 @@
|
|
|
<TextView
|
|
|
android:id="@+id/call_the_voice_tv"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:paddingLeft="20dp"
|
|
|
android:drawableLeft="@drawable/hu_jiao"
|
|
|
android:drawablePadding="6px"
|
|
|
- android:textSize="16px"
|
|
|
+ android:textSize="18sp"
|
|
|
android:text="语音"
|
|
|
android:textColor="@drawable/selector_action_button_text_color"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/call_the_video_tv"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:paddingLeft="20dp"
|
|
|
android:drawableLeft="@drawable/hu_jiao"
|
|
|
android:drawablePadding="6px"
|
|
|
- android:textSize="16px"
|
|
|
+ android:textSize="18sp"
|
|
|
android:text="视频"
|
|
|
android:textColor="@drawable/selector_action_button_text_color"/>
|
|
|
</LinearLayout>
|
|
@@ -70,7 +70,7 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="基础信息"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/fee_radio"
|
|
@@ -83,7 +83,7 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="费用"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/exam_radio"
|
|
@@ -96,7 +96,7 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="检验"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="16sp" />
|
|
|
</RadioGroup>
|
|
|
|
|
|
<RelativeLayout
|
|
@@ -114,11 +114,22 @@
|
|
|
android:layout_marginTop="10px"
|
|
|
android:src="@drawable/kong_chuang" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/roomNumber"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="6px"
|
|
|
+ android:layout_marginLeft="10px"
|
|
|
+ android:layout_toRightOf="@+id/head_portrait_imagev"
|
|
|
+ android:text="--"
|
|
|
+ android:textColor="#2F9DF1"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <!--<RelativeLayout
|
|
|
android:id="@+id/basic_information_relalyou"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="19px"
|
|
|
+ android:layout_marginTop="10px"
|
|
|
android:layout_marginRight="10px"
|
|
|
android:layout_marginLeft="10px"
|
|
|
android:layout_toRightOf="@+id/head_portrait_imagev">
|
|
@@ -128,8 +139,8 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
- android:text="---"
|
|
|
- android:textSize="16px"
|
|
|
+ android:text="---"
|
|
|
+ android:textSize="16sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -137,25 +148,36 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:text="--"
|
|
|
+ android:text="--"
|
|
|
android:textColor="#2F9DF1"
|
|
|
- android:textSize="16px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </RelativeLayout>-->
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/baby_information_linlayout"
|
|
|
+ android:id="@+id/custom_information_linlayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/basic_information_relalyou"
|
|
|
- android:layout_alignLeft="@+id/basic_information_relalyou"
|
|
|
- android:layout_marginTop="4px">
|
|
|
+ android:layout_below="@+id/roomNumber"
|
|
|
+ android:layout_alignLeft="@+id/roomNumber"
|
|
|
+ android:layout_marginTop="6px">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/roomNumber"
|
|
|
+ android:layout_alignLeft="@+id/roomNumber"
|
|
|
+ android:text="---"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/gender_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical" />
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="12px"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/age_tv"
|
|
@@ -164,7 +186,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="--"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="12px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -173,7 +195,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginRight="10px"
|
|
|
- android:layout_below="@+id/baby_information_linlayout"
|
|
|
+ android:layout_below="@+id/custom_information_linlayout"
|
|
|
android:layout_marginTop="20px">
|
|
|
|
|
|
<TextView
|
|
@@ -181,7 +203,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="入住日期:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -192,7 +214,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -210,7 +232,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="手机号:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<ImageView
|
|
@@ -229,7 +251,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="无"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -246,7 +268,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="责任医生:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -257,7 +279,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -274,7 +296,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="责任护士:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -285,7 +307,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -302,7 +324,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="护理项:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -313,7 +335,7 @@
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -333,19 +355,19 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="医嘱:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_advice_info"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:scrollbars="vertical"
|
|
|
android:fadeScrollbars="true"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -365,19 +387,19 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:text="病情描述:"
|
|
|
- android:textSize="14px"
|
|
|
+ android:textSize="14sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_illness_info"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
+ android:layout_height="80dp"
|
|
|
android:layout_marginLeft="8px"
|
|
|
android:scrollbars="vertical"
|
|
|
android:fadeScrollbars="true"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14px" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|