Avan
Avan

Reputation: 237

how to show divider between icon and title in actionbar

I'm using ActionBar. I want to add splitter between icon and title: For example like here: screenshot

Nothing from these answers helped me:
Android actionbar sherlok doesn't show divider
ActionBar Divider Styling
ActionBar MenuItem Divider

I've tried to apply style to ActionBar but Eclipse shows this:

android:showDividers requires API level 11 (current min is 9)

What should I do?

Upvotes: 1

Views: 1269

Answers (1)

letroll
letroll

Reputation: 1078

the easiest way is to add divider logo. If later you want it is not displayed click, just make its selector and put a logo without the divider for statepressed but with the same dimensions.

Upvotes: 1

Related Questions