I'm using ActionBarSherlock for actionbars. I want the main Activity to include both Actionbar on top and SplitActionBar on the bottom. So I add
android:uiOptions= "splitActionBarWhenNarrow"
in manifest file. The problem is that actions are shown now in the splitbar and actionbar is empty. Is this the right way to do it? How could I fix it?