반응형
xml 정리 노트
Text
1 . Button 혹은 TextView에서 텍스트에 underline(밑줄)을 추가하고 싶은 경우
textView.paintFlags = Paint.UNDERLINE_TEXT_FLAG
gradle
2. ViewBinding gradle 설정
buildFeatures {
viewBinding true
}
반응형
'개발노트 > Android' 카테고리의 다른 글
Kotlin : Array convert to String! [jointoString] (0) | 2022.02.08 |
---|---|
android : SQLite (0) | 2022.01.13 |
AndroidStudio : SHA-1 key 가져오기 (0) | 2021.12.20 |
Android : Missing contentDescription attribute on image 경고 (0) | 2021.12.17 |
JAVA : Java SE 11 설치 - 맥(Mac) (0) | 2021.11.28 |
댓글