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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -