How to set menu to Toolbar in Android

后端 未结 14 1469
轻奢々
轻奢々 2020-11-29 20:17

I want use ToolBar instead of ActionBar, but don\'t show me menu in toolbar!!! i want set menu such as Refresh or Setting<

14条回答
  •  再見小時候
    2020-11-29 20:39

    In my case, I'm using an AppBarLayout with a CollapsingToolbarLayout and the menu was always being scrolled out of the screen, I solved my problem by switching android:actionLayout in menu's XML to the toolbar's id. I hope it can help people in the same situation!

    activity_main.xml

    
    
        
            
                
            
    
    
        
    
    

    main_menu.xml

     
        
         
    

提交回复
热议问题