binding.ivHome.setColorFilter(Color.parseColor("#007AFF"))
binding.ivWrite.clearColorFilter()
binding.ivMypage.clearColorFilter()
'🖥 Programming > 📱 Android (Kotlin)' 카테고리의 다른 글
[Android][Kotlin] 카카오 로그인 API연동(Kakao Login) - 1 (0) | 2022.02.10 |
---|---|
[Android] Build was configured to prefer settings repositories over project repositories but repository 'Google' was added by build file 'build.gradle' 오류해결 (0) | 2022.02.09 |
com.google.android.gms.common.api.ApiException: 7 (0) | 2022.02.09 |
카카오로그인관련 key hash (0) | 2022.02.07 |
data class JSONObject형 사용할때 import차이에 따라 달라지는 현상 (0) | 2022.01.18 |
[Android][kotlin] Activity에서 키보드 내리기 (0) | 2021.12.10 |
[Android][kotlin] ViewModel 하나로 사용하기 (0) | 2021.12.02 |
[Android][kotlin] switch 버튼 색상 색상 바꾸기(custom) / 토글버튼(Toggle Button) (0) | 2021.11.29 |