Theme_HoloEverywhereLight_Sherlock showing dark background
问题 I'm using Christophe Versiuex's HoloEverywhere library in concert with ActionBarSherlock to display an ICS looking app on Gingerbread phones. The Theme.HoloEverywhereDark.Sherlock theme works great. But when I try to change the theme to Theme.HoloEverywhereLight.Sherlock, all the text changes to dark text, but the Activity backgrounds stay dark. All I'm doing is: setTheme(R.style.Theme_HoloEverywhereLight_Sherlock); setContentView(R.layout.mylayout); in the Activity.onCreate() method. In