跑马灯
作者:
Jayden_ | 来源:发表于
2018-05-09 10:11 被阅读0次 <TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:gravity="center_vertical"
android:includeFontPadding="false"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="@color/white"
android:textSize="12sp"/>
//TextView调用setSelected(true)
本文标题:跑马灯
本文链接:https://www.haomeiwen.com/subject/vecnrftx.html
网友评论