천복만복 프로그래밍/천복만복 안드로이드

현재 다크모드 상태인지 체크하는 법

U&MeBlue 2022. 9. 24. 14:55
fun isSystemInDarkMode() = resources.configuration.uiMode.and(Configuration.UI_MODE_NIGHT_MASK) == Configuration.UI_MODE_NIGHT_YES
728x90