I have the same problem ^^ i want to change theme by runtime changing all activities... when i press a button to "Day theme" and when i press a button to a "night theme" . I created two themes in styles.xml but when in my activity when i do if(...) { setTheme(R.styles.Theme); else {...} it´s doesn't work.
Can anyone help me ?

