I am trying to add actions item in action bar, but items always are adding into the overflow list even there is lot of room. Any suggestion to resolve this ??
Try with android:showAsAction="always" for the items in the menu.
android:showAsAction="always"