I am testing a new BottomNavigationView file from the Android support library. For one of the menu items, I would like to have my own view, so that I can add a circular image of the user as an icon.
After use, this is not possible either with this support component or with the roughhike / BottomBar library. Any ideas? One could simplify the question of how to use the layout in the menu as an icon, and if possible using BottomNavigationView or other libraries.
source share