Android how to enable dark theme

www‮.‬lautturi.com
Android how to enable dark theme

enable dark theme

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES)

disable dark theme

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO)

set night mod following system:

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM)
Created Time:2017-08-30 16:16:15  Author:lautturi