I want to show the split action bar for pre honey comb devices as same as post honey comb devices. for that i have included the following code in my manifest as per android docs.
<manifest ...>
<activity uiOptions="splitActionBarWhenNarrow" ... >
<meta-data android:name="android.support.UI_OPTIONS"
android:value="splitActionBarWhenNarrow" />
</activity>
after adding this also i am unable to show the split action bar for lower versions