我已经尝试了所有,我能想到的让这个选框效果起作用。这是我的xml:
<TextView android:id="@+id/curPlaying"
android:layout_width="320dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:ellipsize="marquee"
android:scrollHorizontally="true"
android:singleLine="true"
android:marqueeRepeatLimit ="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="#83A602"
android:textSize="20dp"
android:text="Nothing Loaded" />
我将它设置为在代码中选择。我认为它可能不起作用的唯一原因是代码以相对频繁的间隔修改了文本。
帮助?