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.
假设我有 TextView 并且我想更改其中某些部分的颜色。像这样
而且我必须在文本“使用条款”上设置 OnclickListener ,所以我该怎么做,但使用两个 textViews。谢谢
问候
使用没有文本的简单复选框,对于文本单击事件,这就是您正在寻找的Spannable
您可以在 TextView 中使用 HTML:
myTextView.setText(Html.fromHtml("<h2>Test</h2>"));