체크박스를 생성할때 원하는 스타일을 지정해주고 싶다면 ContextThemeWrapper를 사용해주면 된다.
아래는 Kotlin 예제코드.
1 | val checkbox = CheckBox(ContextThemeWrapper(context, R.style.MyCheckBox)) | cs |
'프로그래밍 > Android' 카테고리의 다른 글
[Android] Preferences DataStore 사용법과 개념 (0) | 2020.10.09 |
---|---|
[안드로이드] FragmentStateAdapter / FragmentPagerAdapter 차이, 사용법 (0) | 2020.10.05 |
[안드로이드] Decorator, 귀찮은 커스텀 ItemDecoration 만들기는 그만! (0) | 2020.09.28 |
[안드로이드] MVVM 아키텍쳐 예제 Pokedex (0) | 2020.09.28 |
[안드로이드] Dexter로 권한요청 쉽게하기 (Permission request) (0) | 2020.09.28 |