Please view image of Google maps fig 1. from the link below:
http://www.androidpatterns.com/uap_pattern/search-%E2%80%93-main-menu

Currently onCreateOptionsMenu(Menu menu) {} will add menu to action bar. How to create menu below?
Finally:
- How do I control both Menu options below and Action bar above.
- Is there any source code or demo for the same available.
On pre-Honeycomb the overflow menu for ActionBarSherlock (that is, item that do not fit into the action bar) will be placed in the normal options menu by default.
Your posted screenshot can be achieved using the following:
Here’s a screenshot from one of the sample application that come with the library demonstrating this on Android 2.3.3:
When running on a Honeycomb or a ICS device (with no hardware menu button) the overflow menu becomes the last item on the action bar and shows up in a dropdown list.