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
- MaterialButton
- OutlinedButton
- 밑줄
- Imageview
- RealtimeDB
- ArrayList
- lifecyclescope
- 팝업액티비티
- Kotlin
- 안드로이드
- 안드로이드 스튜디오
- button
- Activity
- androidstudio
- 뷰바인딩
- textview
- Dialog
- firebasefunctions
- EditText
- firebase
- ViewModel
- nav_graph
- ButtonWithButton
- ROOM
- 코틀린
- FRAGMENT
- 안드로이드스튜디오
- 랜덤ID
- Android
- BottomSheetDialog
Archives
- Today
- Total
안드로이드 앱 개발
TextView 글자색 바꾸기 - getColor가 deprecated 본문
textView.setTextColor(ContextCompat.getColor(mContext
, R.color.main_color))
21.11.11 수정-->
textView.setTextColor(getColor(requireContext(), mainGrey))
'안드로이드앱 > TextView' 카테고리의 다른 글
폰트적용시 여백, margin값 없애주기 (0) | 2021.03.26 |
---|---|
TextView에 밑줄, 취소선 등 setPaingFlags... (0) | 2021.03.20 |