Android bottom navigation with rounded button

前端 未结 2 1960
失恋的感觉
失恋的感觉 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条回答
  •  Happy的楠姐
    2021-01-28 12:29

    to acheive this you need a custom view. You can do this by creating a custom view class with extending BottomNavigationBar. You can look at this article to try to acheive your desired look for your BottomNavigationBar.

提交回复
热议问题