개발자의 끄적끄적

[android/ios] android kotlin night mode example / 안드로이드 코틀린 나이트 모드 적용방법 본문

개발/android & ios

[android/ios] android kotlin night mode example / 안드로이드 코틀린 나이트 모드 적용방법

효벨 2022. 7. 7. 01:00
728x90
반응형

[android/ios] android kotlin night mode example / 안드로이드 코틀린 나이트 모드 적용방법

 

 

kotlin 으로 안드로이드를 개발하다보면

 

나이트모드를 적용해야 하는 경우가 있습니다!

 

그럴때는 아래 코드를 추가해주시면 됩니다!

 

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES)

 

참고들 하세요!

반응형
Comments