android - How to split icons in two actionbars - top and bottom? -


i have total 7 icons android app. can split them mobile in 2 actionbars top , bottom? mean 2 icons in top actionbar , remaining icons should in bottom actionbar.

the action bar can automatically splitted if there no place using property splitactionbarwhennarrow, example:

<application     android:uioptions="splitactionbarwhennarrow" > .... 

Comments