0
私は初心者です。私はこのようにTextViewにハイパーリンクを追加したい: some_text [ハイパーリンク] some_text。C#のTextView内にハイパーリンクを設定します。Android App
<TextView
android:text="Please read our *rules and conditions* before using app."
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/textView"
android:textColor="#000000"
android:autoLink="web" />
可能な複製(http://stackoverflow.com/questions/6910703/android-active-link-of -url-in-textview) – SushiHangover
テキストが実際のURLと異なるようにします – Aagha