Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
動作を有効にするためにLinkify、コードでこれを行います。
Linkify
textView.setMovementMethod(LinkMovementMethod.getInstance());
のレイアウトxmlでこれを設定する方法はありtextviewますか?
xml
textview
いいえ、ありません。アプリ内の非常に多くの場所で使用setMovementMethod(LinkMovementMethod.getInstance());しているために回避したい場合は、TextViewそのメソッドを実行するカスタムクラス拡張を作成して使用することを検討する必要があります。
setMovementMethod(LinkMovementMethod.getInstance());
TextView
XML レイアウトで「autoLink」プロパティを使用する