Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ButtonWithButton
- 안드로이드스튜디오
- 뷰바인딩
- BottomSheetDialog
- textview
- Kotlin
- nav_graph
- ArrayList
- 안드로이드 스튜디오
- EditText
- Activity
- firebasefunctions
- 코틀린
- ROOM
- FRAGMENT
- 밑줄
- 랜덤ID
- androidstudio
- 안드로이드
- button
- 팝업액티비티
- lifecyclescope
- Dialog
- OutlinedButton
- firebase
- Android
- RealtimeDB
- MaterialButton
- ViewModel
- Imageview
Archives
- Today
- Total
안드로이드 앱 개발
TextView에 밑줄, 취소선 등 setPaingFlags... 본문
//설정 해제
viewHolder.timeTvHolder.setPaintFlags(0);
//취소선 설정
viewHolder.timeTvHolder.setPaintFlags(Paint.STRIKE_THRU_TEXT_FLAG);
//밑줄치기
timeTv.setPaintFlags(Paint.UNDERLINE_TEXT_FLAG);
'안드로이드앱 > TextView' 카테고리의 다른 글
TextView 글자색 바꾸기 - getColor가 deprecated (0) | 2021.10.24 |
---|---|
폰트적용시 여백, margin값 없애주기 (0) | 2021.03.26 |