Open mradzinski opened 7 years ago
setOnNavigationItemSelectedListener is not working for bottomNavigationView. I have my layout coded like this:
setOnNavigationItemSelectedListener
bottomNavigationView
bottomNavigationView { inflateMenu(...) lparams { width = matchParent height = wrapContent gravity = Gravity.BOTTOM } setOnNavigationItemSelectedListener { item -> when (item.itemId) { ... } false } }
Nothing happens when tapping on the items.
Has Anyone resolved this bug?
setOnNavigationItemSelectedListener
is not working forbottomNavigationView
. I have my layout coded like this:Nothing happens when tapping on the items.