I want to position some menu items to the left of Honycomb's ActionBar, but have found no documentation showing how to do this. It looks like it should be possible since the Contacts app has search to the immediate left of the navigation bar. Any idea as to how to set menu items to the left side?
|
feedback
|
|
The ActionBar has support for a custom layout between the application icon and the regular ActionBar icons. Example:
| |||||||
feedback
|
|
Add an Here is a sample application demonstrating this, that only runs on API Level 11 and higher. Here is a slightly more complicated version of that sample application, this time backwards-compatible. | |||||
feedback
|