Well as the title says, i\'m using the actionBarSherlock library and a light theme, and sometimes I need to show a dialog using the alertDialog.Builder class.
Thing
This is what I did and it made the body of the dialog white. The title is still on a black background:
new AlertDialog.Builder( new ContextThemeWrapper( activity, R.style.Theme_Sherlock_Light));
I also tried Theme_Sherlock_Light_NoActionBar, but it doesn't seem to make any difference.
Theme_Sherlock_Light_NoActionBar