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()
When do you call setTheme() on your application context? It must be called before instantiating any views.