アプリに 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