I have implemented an action bar for displaying the menu items.
So I have given android:showAsAction="always"
for 3 menu items and android:showAsAction="withtext"
for other 4 menu items which I want to display inside an over-flow menu.
But these items are displaying in menu panel when i run the code in devices running android below 3.0 versions. Sometimes these are displaying the action bar also if i run the code in large screen display devices. How can i restrict the width for menu items to adjust in all screen resolutions ?