Android bottom navigation with rounded button

前端 未结 2 1959
失恋的感觉
失恋的感觉 2021-01-28 12:15

I want to do something like this in my android app. I tryied with app bar and fab button but was unsuccessful. Do you have any ideas?

2条回答
  •  执念已碎
    2021-01-28 12:44

    I have created a Bottom navigationView with 5 menu items. The middle item has no image. So I added an imageButton(android:clickable="false") inside the bottom navigationView.

     
    
                
            
    

提交回复
热议问题