1. 안드로이드 코드상에서 컴포넌트(textView) 속성 변경하기
drawble 자원 등을 가져와 텍스트뷰의 속성 백그라운드 등을 지정할 때 ContextCompat.getDrawable 으로 콘텍스트를 전달하며 해당 자원을 넘겨서 속성을 지정할 수 있습니다. (해당 코드는 코틀린으로 작성되었습니다.)
textView.background = ContextCompat.getDrawable(this, R.drawable.circle_blue)
2021.06.18 - [Android] - [Android] Intent 에 데이터(값) 넣어서 엑티비티 전환하기
'Android' 카테고리의 다른 글
[Android] 코루틴으로 url 이미지 불러오기 (String 👉 Bitmap) (1) | 2021.06.22 |
---|---|
[Android] webView 에 html String Data 넣어서 불러오기 (0) | 2021.06.21 |
[Android] Intent 에 데이터(값) 넣어서 엑티비티 전환하기 (0) | 2021.06.18 |
[Android] 안드로이드 스튜디오 Room Error (for m1 MacBook air) kaptDebugKotlin 해결방법 (7) | 2021.06.09 |
[Android] Listener with Interface (for TimePicker, Calendar) (0) | 2018.08.14 |