|
@@ -9,12 +9,11 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/call_the_voice_linlyout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="56px"
|
|
|
+ android:layout_height="56dp"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginRight="10px"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|
|
|
- android:layout_marginBottom="6px"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:background="#F3F9FE">
|
|
|
|
|
|
<TextView
|
|
@@ -25,8 +24,8 @@
|
|
|
android:gravity="center"
|
|
|
android:paddingLeft="20dp"
|
|
|
android:drawableLeft="@drawable/hu_jiao"
|
|
|
- android:drawablePadding="6px"
|
|
|
- android:textSize="18sp"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:textSize="20sp"
|
|
|
android:text="语音"
|
|
|
android:textColor="@drawable/selector_action_button_text_color"/>
|
|
|
|
|
@@ -38,8 +37,8 @@
|
|
|
android:gravity="center"
|
|
|
android:paddingLeft="20dp"
|
|
|
android:drawableLeft="@drawable/hu_jiao"
|
|
|
- android:drawablePadding="6px"
|
|
|
- android:textSize="18sp"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:textSize="20sp"
|
|
|
android:text="视频"
|
|
|
android:textColor="@drawable/selector_action_button_text_color"/>
|
|
|
</LinearLayout>
|
|
@@ -53,8 +52,8 @@
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_custom_info"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40px"
|
|
|
- android:layout_marginTop="10px"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:background="#ffffff"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -70,7 +69,7 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="基础信息"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/fee_radio"
|
|
@@ -83,7 +82,7 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="费用"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/exam_radio"
|
|
@@ -96,34 +95,34 @@
|
|
|
android:gravity="center"
|
|
|
android:textColor="@drawable/selt_call_records_text"
|
|
|
android:text="检验"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
</RadioGroup>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_basic_info"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="6px"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:background="#ffffff">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/head_portrait_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="10px"
|
|
|
- android:layout_marginTop="10px"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:src="@drawable/kong_chuang" />
|
|
|
|
|
|
<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_marginTop="6dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
android:layout_toRightOf="@+id/head_portrait_imagev"
|
|
|
android:text="--"
|
|
|
android:textColor="#2F9DF1"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="20sp" />
|
|
|
|
|
|
<!--<RelativeLayout
|
|
|
android:id="@+id/basic_information_relalyou"
|
|
@@ -160,7 +159,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/roomNumber"
|
|
|
android:layout_alignLeft="@+id/roomNumber"
|
|
|
- android:layout_marginTop="6px">
|
|
|
+ android:layout_marginTop="6dp">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/name_tv"
|
|
@@ -169,7 +168,7 @@
|
|
|
android:layout_below="@+id/roomNumber"
|
|
|
android:layout_alignLeft="@+id/roomNumber"
|
|
|
android:text="---"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="20sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<ImageView
|
|
@@ -177,16 +176,16 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="12px"/>
|
|
|
+ android:layout_marginLeft="12dp"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/age_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="--"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -194,16 +193,16 @@
|
|
|
android:id="@+id/time_relalyout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:layout_below="@+id/custom_information_linlayout"
|
|
|
- android:layout_marginTop="20px">
|
|
|
+ android:layout_marginTop="20dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="入住日期:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -211,10 +210,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -223,22 +222,22 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:layout_marginRight="10px"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:layout_below="@+id/time_relalyout"
|
|
|
android:layout_marginTop="8dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="手机号:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="2px"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toLeftOf="@+id/mobile_tv"
|
|
|
android:src="@drawable/dian_hua" />
|
|
@@ -248,10 +247,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="无"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -259,16 +258,16 @@
|
|
|
android:id="@+id/doctor_duty_relalyout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:layout_below="@+id/phone_relalyout"
|
|
|
android:layout_marginTop="8dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="责任医生:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -276,10 +275,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -287,16 +286,16 @@
|
|
|
android:id="@+id/nurse_duty_relalyout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:layout_below="@+id/doctor_duty_relalyout"
|
|
|
android:layout_marginTop="8dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="责任护士:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -304,10 +303,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -315,16 +314,16 @@
|
|
|
android:id="@+id/nurse_config_relalyout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:layout_below="@+id/nurse_duty_relalyout"
|
|
|
android:layout_marginTop="8dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="护理项:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
@@ -332,10 +331,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
@@ -343,7 +342,6 @@
|
|
|
android:id="@+id/advice_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
android:layout_below="@+id/nurse_config_relalyout"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:paddingTop="4dp"
|
|
@@ -353,21 +351,21 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="医嘱:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_advice_info"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="80dp"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:scrollbars="vertical"
|
|
|
android:fadeScrollbars="true"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -375,7 +373,6 @@
|
|
|
android:id="@+id/illness_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="10px"
|
|
|
android:layout_below="@+id/advice_layout"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:paddingTop="4dp"
|
|
@@ -385,21 +382,21 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="病情描述:"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="18sp"
|
|
|
android:textColor="#0D0D0D"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_illness_info"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="80dp"
|
|
|
- android:layout_marginLeft="8px"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:scrollbars="vertical"
|
|
|
android:fadeScrollbars="true"
|
|
|
android:text="----"
|
|
|
android:textColor="#B4B4B4"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|