I researched a lot of time in google this theme but my split action bar still without dividers. I try to use options
<item name="android:showDividers">beginning</item>
<item name="android:dividerHeight">1dp</item>
<item name="android:divider">@color/grey</item>
or
<item name="android:actionBarDivider">@android:drawable/my_divider</item>
to app theme or actionBar style.
On developers i found nothing too. How can i add divider?