icastell

Results 2 comments of icastell

I have the same issue. In trying it with ActionBarSherlock

OK. I fixed it. In my onCreate method before to call super.onCreate a set the theme to the AppThemeLight, as I show below: ``` @Override protected void onCreate(Bundle savedInstanceState) {...