i am currently have a hard time for calling to getApplicationContext().setTheme() in a activity, I just want to apply a theme resource in a application scope in
getApplicationContext().setTheme()
you can use setTheme(..) before calling setContentView(...)and super.oncreate() and it should work fine
setTheme(..)
setContentView(...)
super.oncreate()