how to make bottom app bar or bottom navigation bar like google home app?

后端 未结 7 1463
悲&欢浪女
悲&欢浪女 2020-12-24 03:26

I want to make a layout like above. Can anyone help me how to do that? I have tried the new material bottom app bar. but I couldn\'t achieve this view.

7条回答
  •  情歌与酒
    2020-12-24 04:23

    If you using newest Material components with related themes and want to put some layout into BottomAppBar you have to override BottomAppBar style in your themes.xml to remove nav drawer icon space at start (left side)

    
    

    and apply in your layout

            
    
            
    
        
    

提交回复
热议问题