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。
TextView
私はたくさん試しましたが、解決策を見つけることができません。基準値を表示できませんCHA2DS2-VASc。
CHA2DS2-VASc
この式の HTML 文字列を作成し、次を使用して TextView 内に表示することをお勧めします。
String formulaString = "<body>CHA<sub>2</sub>DS<sub>2</sub>-VAS<sub>c</sub></body>"; textView.setText(Html.fromHtml(formulaString));