How to implement new material BottomAppBar as BottomNavigationView

前端 未结 6 1178
温柔的废话
温柔的废话 2020-12-30 03:52

I was trying to implement the new BottomAppBar that usually looks like this: material BottomAppBar as a BottomNavigationView like in the Google home app that looks like this

6条回答
  •  轮回少年
    2020-12-30 04:14

    Place bottomAppBar under your bottomNavigationView with transparent background. And add empty menu item to menu.xml to free space for the FAB.

    XML:

    
    
    
    
    
    
    
    
    
    
    
    

    Result

提交回复
热议问题