android - How to show maximum MenuItem on ActionBar if there is room...? -


i'm facing problem dealing actionbar.

i have plenty of space on actionbar 2 items shown. please tell me, if there space, how show (maximum) menuitems on actionbar? tell me how display overflow menu button?

i having similar issue.

what did create actionbar object wrote:

actionbar.setdisplayshowtitleenabled(false) actionbar.setdisplayuselogoenabled(false) 

this clear room didn't solve problem.

the other thing can in xml file android:showasaction="always" each menuitem.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -