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
- OutlinedButton
- BottomSheetDialog
- ROOM
- ArrayList
- RealtimeDB
- Dialog
- MaterialButton
- Imageview
- firebasefunctions
- textview
- Activity
- 뷰바인딩
- lifecyclescope
- androidstudio
- Android
- 팝업액티비티
- ButtonWithButton
- EditText
- 안드로이드
- firebase
- 랜덤ID
- FRAGMENT
- ViewModel
- 안드로이드 스튜디오
- 안드로이드스튜디오
- 코틀린
- nav_graph
- Kotlin
- button
- 밑줄
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 |