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 |
Tags
- 코틀린
- ROOM
- Android
- Dialog
- FRAGMENT
- lifecyclescope
- firebasefunctions
- OutlinedButton
- Kotlin
- 안드로이드
- 안드로이드스튜디오
- 팝업액티비티
- 랜덤ID
- ButtonWithButton
- EditText
- androidstudio
- nav_graph
- ArrayList
- button
- 밑줄
- 안드로이드 스튜디오
- firebase
- Imageview
- MaterialButton
- 뷰바인딩
- ViewModel
- textview
- RealtimeDB
- Activity
- BottomSheetDialog
Archives
- Today
- Total
목록밑줄 (2)
안드로이드 앱 개발
TextView에 밑줄, 취소선 등 setPaingFlags...
//설정 해제 viewHolder.timeTvHolder.setPaintFlags(0); //취소선 설정 viewHolder.timeTvHolder.setPaintFlags(Paint.STRIKE_THRU_TEXT_FLAG); //밑줄치기 timeTv.setPaintFlags(Paint.UNDERLINE_TEXT_FLAG);
안드로이드앱/TextView
2021. 3. 20. 19:52