Someone here posted a problem with this on a different site. His solution was:
Got it. Found no applied style which causes my problem but found a workaround for this...
Directly after applying the style via setTheme(R.style.Theme_Sherlock);
i'm using the following code to set the background color.
View v = act.getWindow().getDecorView();
if (v != null){
v.setBackgroundColor(R.color.abs__background_holo_dark);
}
Now everything is working like expected.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…