|
@@ -1,6 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -20,11 +21,11 @@
|
|
|
android:layout_height="@dimen/d250"
|
|
|
android:layout_marginLeft="@dimen/d10"
|
|
|
android:layout_marginTop="@dimen/d24"
|
|
|
- android:paddingLeft="14dp"
|
|
|
- android:paddingRight="14dp"
|
|
|
android:background="@mipmap/chuanghao_bg2"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingLeft="14dp"
|
|
|
+ android:paddingRight="14dp">
|
|
|
|
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_bed_name_title"
|
|
@@ -46,7 +47,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textColor="@color/txt_number2"
|
|
|
android:textSize="18sp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
@@ -113,8 +114,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/tv_bed_age"
|
|
|
android:layout_alignTop="@+id/tv_bed_time"
|
|
|
- android:layout_toRightOf="@+id/tv_bed_time"
|
|
|
android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:layout_toRightOf="@+id/tv_bed_time"
|
|
|
android:padding="@dimen/d3"
|
|
|
android:text="@string/str_gender_none"
|
|
|
android:textColor="@color/white"
|
|
@@ -282,35 +283,33 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginLeft="@dimen/d18"
|
|
|
android:layout_marginTop="@dimen/d18"
|
|
|
- android:orientation="vertical"
|
|
|
- android:background="@drawable/shape_bed_bg">
|
|
|
-
|
|
|
+ android:background="@drawable/shape_bed_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_marginRight="@dimen/d5"
|
|
|
- >
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/bed_medic_img"
|
|
|
android:layout_width="@dimen/d43"
|
|
|
android:layout_height="@dimen/d43"
|
|
|
- android:layout_marginLeft="@dimen/d40"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/d40"
|
|
|
android:background="@mipmap/ys_img" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:gravity="center"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:layout_marginLeft="@dimen/d20"
|
|
|
android:layout_toRightOf="@+id/bed_medic_img"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- >
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/bed_medic_name"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -337,6 +336,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
</RelativeLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:id="@+id/f_tx_view"
|
|
|
android:layout_width="match_parent"
|
|
@@ -346,28 +346,28 @@
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
-
|
|
|
android:layout_marginRight="@dimen/d5"
|
|
|
+
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/bed_medic_img2"
|
|
|
android:layout_width="@dimen/d43"
|
|
|
android:layout_height="@dimen/d43"
|
|
|
- android:layout_marginLeft="@dimen/d40"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/d40"
|
|
|
android:background="@mipmap/hs_img" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_toRightOf="@+id/bed_medic_img2"
|
|
|
- android:layout_marginLeft="@dimen/d20"
|
|
|
android:layout_centerVertical="true"
|
|
|
- >
|
|
|
+ android:layout_marginLeft="@dimen/d20"
|
|
|
+ android:layout_toRightOf="@+id/bed_medic_img2"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/bed_medic_name2"
|
|
|
android:layout_width="wrap_content"
|