Anyone who has updated to SDK 5.0 with splitActionBarWhenNarrow issues?

I just updated my SDK and ran a backup of my application (it worked fine right before the update) and now my split action bar is not splitting. I'm not sure if I am doing something wrong, here is my setup:

 <activity android:uiOptions="splitActionBarWhenNarrow" ....>
 <meta-data android:name="android.support.UI_OPTIONS"
                       android:value="splitActionBarWhenNarrow" />
 </activity>

      

I tested this on a GS3 4.4 and on a Nexus 4 which also has 4.4. I will be testing other devices.

Thank.

EDIT: It looks like the partition bar is disabled, so I'll have to figure out something.

+3


source to share


1 answer


It looks like split bar is no longer supported in L and it is recommended to use the new Toolbar



https://code.google.com/p/android/issues/detail?id=77632

+3


source







All Articles