Is it possible to have the App Compat ActionBar split when targeting API 21?
Right now I have had all activities include
android:uiOptions="splitActionBarWhenNarrow"
and have meta-data:
<meta-data android:name="android.support.UI_OPTIONS"
android:value="splitActionBarWhenNarrow" />
And my theme Base is Theme.AppCompat
but for some reason this has absolutely no effect making the action bar split.