How to force use of overflow menu on devices with menu button

前端 未结 11 651
谎友^
谎友^ 2020-11-22 14:04

I\'d like to have all of the menu items that don\'t fit into the ActionBar go into the overflow menu (the one that is reached from the Action Bar not the menu button) ev

11条回答
  •  借酒劲吻你
    2020-11-22 14:32

    If you are using the action bar from the support library (android.support.v7.app.ActionBar), use the following:

    
    
    
        
            
                
                
            
        
    
    
    

提交回复
热议问题