I am working on a webview app, I want a bottombar like opera, uc browser. When I use bottomnavigationview, and add a menu.
my bottomnavigation view
like above. It takes the first element as clicked and uses shift mode.
I searched a lot after that I got this: https://montemagno.com/remove-shifting-bottomnavigationview-android/
they disable shift mode, but I just want items to behave like imagebuttons. back to the same state after a click.
How to do that??