|
@@ -49,14 +49,21 @@
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <TextView
|
|
|
+
|
|
|
+ <com.wdkl.ncs.android.lib.widget.MarqueeTextView
|
|
|
android:id="@+id/bed_item_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginTop="@dimen/d5"
|
|
|
- android:text="张秀芬"
|
|
|
+ android:gravity="center"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:text="---"
|
|
|
android:textColor="@color/black"
|
|
|
android:textStyle="bold"
|
|
|
android:textSize="@dimen/font_size_18" />
|
|
@@ -68,7 +75,7 @@
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginTop="@dimen/d3"
|
|
|
- android:text="28,男 "
|
|
|
+ android:text="--"
|
|
|
android:textColor="@color/color_pop_header"
|
|
|
android:textSize="@dimen/font_size_14" />
|
|
|
|