我的应用程序中有一个 TextView。这是一个字幕文本。我想让这个字幕文本的链接是可点击的。我怎样才能做到这一点?
感谢帮助。
编辑:我的代码:
xml:
android:id="@+id/marquee_text"
android:autoLink="web"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:text=" "
爪哇:
marqueeText.setLinksClickable(true);
marqueeText.setText(marquee);//marquee is a string