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?
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.