parov
parov

Reputation: 1087

Android Action Bar Action Item Position

Is there a way to center Action Items on the Action Bar? Something like this pulse.

Upvotes: 2

Views: 4481

Answers (1)

Ollie C
Ollie C

Reputation: 28519

No. The ActionBar doesn't support images in the middle, and I assume Pulse isn't using the real ActionBar.

The ActionBar is a great user interface component - work WITH IT, not against it.

http://developer.android.com/design/patterns/actionbar.html

http://developer.android.com/guide/topics/ui/actionbar.html

Upvotes: 3

Related Questions