問題タブ [spannablestringbuilder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
821 参照

android - MaterialAlertDialogBu​​ilderでClickableSpanリンクをクリック可能にする方法は?

このようなリンクを持つSpannableStringBuilderオブジェクトがあります。ClickableSpan

これを a に設定すると正常に動作しTextView、使用後にtextView.setMovementMethod(LinkMovementMethod.getInstance())

ssbオブジェクトをに設定するとMaterialAlertDialogBuilder

クリック可能なリンクとして表示されますが、実際にはクリック MaterialAlertDialogBu​​ilder プレビュー できません。クリックできるようにする方法はありますか?setMovementMethodMaterialAlertDialogBuilder