<TextView
android:id="@+id/tv_mai"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:text="START | lunch 20.00 | Dinner 60.00 | Travel 60.00 | Doctor 5000.00 | lunch 20.00 | Dinner 60.00 | Travel 60.00 | Doctor 5000.00 | END"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:paddingLeft="15dip"
android:paddingRight="15dip"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"/>
tv_mai.setSelected(
true)
;
发现,如果设置高度为固定值的话,就会失效,还有如果文字不够一屏也会不滚动
转载请注明原文地址: https://www.6miu.com/read-33432.html