자세한 사용법은 공식문서를 참고하자 https://developer.android.com/guide/topics/text/spans TextView의 text에서 특정부분만 색을 변경하기위해 SpannableStringBuilder를 사용했다. val expressionTextView = findViewByid(R.id.expressionTextView) val ssb = SpannableStringBuilder(expressionTextView.text) if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {//getColor에 빨같밑줄이 나서 처리함 ssb.setSpan( ForegroundColorSpan(getColor(R.color.green)), //색..