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.
例如,做居中文本和下划线等......可能有很多文本视图,但有没有办法不使用那么多?或者也许是一种输入 html 并得到结果的方法?
如何使用HTML标签?
HTML
myTextView.setText(Html.fromHtml("<u>Underlined</u>"));