1

我想为我的文本视图实现选框以自动水平滚动,并且在同一活动中会有一个计时器。当我一起实现其中两个时,滚动文本视图不起作用并且计时器起作用。一旦我将计时器注释掉,textview 就可以工作了。但我希望它同时工作。有没有办法做到这一点?

我尝试使用 textView.setSelected(true);仍然无法正常工作

<com.ff.fbin.ScrollingTextView
    android:id="@+id/display_message"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:ellipsize="marquee"
    android:marqueeRepeatLimit="marquee_forever"
    android:padding="5dip"
    android:scrollHorizontally="true"
    android:singleLine="true"
    android:text="Really Long Scrolling Text Goes Here.... ..... ............ .... ...."
    android:textSize="20dp"
    android:textStyle="bold" />
4

0 回答 0