|
@@ -5,22 +5,25 @@
|
|
|
android:layout_height="114dp"
|
|
|
android:background="@color/white">
|
|
|
|
|
|
- <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
- android:id="@+id/tv_bed_name"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_marginTop="-16dp"
|
|
|
- android:paddingLeft="24dp"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="112sp"
|
|
|
- android:textStyle="bold"
|
|
|
- android:text="--"
|
|
|
- android:singleLine="true"
|
|
|
- android:ellipsize="marquee"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"/>
|
|
|
+ android:layout_weight="1">
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
+ android:id="@+id/tv_bed_name"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="110sp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:text="--"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_version"
|