|
@@ -6,7 +6,7 @@
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<include android:id="@+id/lay_main_bed_name"
|
|
|
- layout="@layout/view_bed_name"/>
|
|
|
+ layout="@layout/view_bed_name_home"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_doctor_nurse_view"
|
|
@@ -124,9 +124,7 @@
|
|
|
android:id="@+id/ll_custom_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:paddingTop="4dp"
|
|
|
- android:paddingLeft="12dp"
|
|
|
- android:paddingRight="12dp"
|
|
|
+ android:padding="2dp"
|
|
|
android:background="#D5EFFC"
|
|
|
android:orientation="vertical"
|
|
|
android:visibility="gone">
|
|
@@ -255,16 +253,18 @@
|
|
|
|
|
|
<com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_custom_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="76sp"
|
|
|
+ android:layout_toLeftOf="@+id/main_view_qr_code"
|
|
|
+ android:textSize="96sp"
|
|
|
android:textStyle="bold"
|
|
|
android:textColor="@color/black"
|
|
|
android:text="---"
|
|
|
- android:singleLine="true"
|
|
|
android:ellipsize="marquee"
|
|
|
android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"/>
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="-1"
|
|
|
+ android:singleLine="true"/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_custom_gender"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -297,30 +297,30 @@
|
|
|
android:id="@+id/tv_custom_card_no"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/tv_custom_indate"
|
|
|
+ android:layout_below="@id/tv_custom_gender"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
android:layout_marginTop="6dp"
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
android:textSize="22sp"
|
|
|
android:textColor="@color/black"
|
|
|
android:text=""/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/main_view_qr_code"
|
|
|
- android:layout_width="180dp"
|
|
|
- android:layout_height="180dp"
|
|
|
- android:layout_marginRight="-4dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
+ android:layout_width="168dp"
|
|
|
+ android:layout_height="168dp"
|
|
|
+ android:layout_toLeftOf="@+id/tv_qr_code_title"
|
|
|
android:visibility="gone"/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_qr_code_title"
|
|
|
- android:layout_width="180dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/main_view_qr_code"
|
|
|
- android:layout_marginRight="-10dp"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="168dp"
|
|
|
android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="-4dp"
|
|
|
android:gravity="center"
|
|
|
android:text="便民服务"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="24sp"
|
|
|
+ android:textSize="20sp"
|
|
|
android:visibility="gone"/>
|
|
|
</RelativeLayout>
|
|
|
</FrameLayout>
|