기록
android 색상이 안먹을 때 본문
반응형
The style on this component requires your app theme to be Theme.AppCompat
<style name="Theme.MemoApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
parent를 다음과 같이 변경
<style name="Theme.MemoApp" parent="Theme.AppCompat.Light">
반응형
'[Study] > Kotlin' 카테고리의 다른 글
[코틀린/Kotlin] Object, Companion Object (0) | 2022.05.08 |
---|---|
[코틀린/Kotlin] 람다함수의 특별한 케이스(it), 스코프 함수(apply, run, with, also, let) (0) | 2022.05.07 |
[코틀린/Kotlin] 고차함수와 람다함수 (0) | 2022.05.07 |
[코틀린/Kotlin] 접근범위와 접근제한자 (0) | 2022.05.06 |
[코틀린/Kotlin] 기본 프로젝트 구조 (0) | 2022.05.06 |