Android TextView String resource bold / textView set html
2022. 6. 23. 00:00
[# 2]…My DevelopStory
Android TextView String resource bold / textView set html 텍스트뷰에는 String만이 아닌 html로 되어 있는 string resource도 추가할 수 있는데, 기존의 방법과는 조금 다르다 Title sample is sample]]> string resource에서 CDATA를 이용하면 간단한 html 태그도 사용할 수 있다. 컬러까지 변경이 가능한데 폰트 크기까지는 변경이 안되는 걸로 알고 있다. 일단 제목에 bold라고 해놓았으니 해당 태그인 태그를 추가 하였다. 위와 같이 설정 후 기존에 textview에 setText를 하면 에러가 난다. fun spannedToString(msg: String): Spanned { if (Build.VERSION..