Style
TextView ์ ๋ฐ์ค ๋ฃ๊ธฐ
spannableStringBuilder.setSpan(
new UnderlineSpan(),
0,
end,
Spannable.SPAN_EXCLUSIVE_EXCLUSIVE
);
<u></u> ํ๊ทธ ๋ฃ๋ ๋ฐฉ๋ฒ์ html escape ๊ณผ์ ์ด ํ์ํ๋ฏ๋ก ๊ถ์ฅํ์ง ์์.
Last updated
Was this helpful?