修复#246问题
This commit is contained in:
parent
c53b9a6064
commit
1bdf3a2ba3
@ -260,7 +260,14 @@
|
||||
android:paddingTop="13.67dp"
|
||||
android:paddingBottom="11dp">
|
||||
|
||||
<TextView
|
||||
<com.yunbao.common.views.weight.MarqueeTextView
|
||||
android:ellipsize="marquee"
|
||||
android:maxEms="13"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:marqueeRepeatLimit="marquee_forever"
|
||||
android:scrollHorizontally="true"
|
||||
android:singleLine="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="25dp"
|
||||
|
Loading…
Reference in New Issue
Block a user