Brook Mezgebu
Brook Mezgebu
π€
https://github.com/ibrahimsn98/SmoothBottomBar/pull/29#issuecomment-790691938
@iroidzeel can you give more detail? - show the code you used - screenshot the whole screen or include more portion of the screen ( where is the navigation bar...
```java smoothBottomBar.setOnItemSelectedListener(i -> { // i = the currently selected index }); smoothBottomBar.setOnItemReselectedListener(i -> { // i = the currently reselected index }); ``` The above code can be used...
Have you tried `setActiveIndex`?
You can check the following code out for inspiration. ```kotlin mainViewPager.addOnPageChangeListener(object : OnPageChangeListener { override fun onPageScrolled(position: Int, positionOffset: Float, positionOffsetPixels: Int) {} override fun onPageSelected(position: Int) { bottomBar.setActiveItem(position) }...
https://github.com/ibrahimsn98/SmoothBottomBar/pull/29#issuecomment-790691938
At this time yes. Unless @ibrahimsn98 has a new pointer on it as he is the owner and lead of this lib
```java smoothBottomBar.setOnItemSelectedListener(i -> { // i = the currently selected index }); smoothBottomBar.setOnItemReselectedListener(i -> { // i = the currently reselected index }); ``` The above code can be used...
There is no better option at the moment @sisoje. Neither Linux nor Windows instances provided by Github action support hardware-accelerated VMs.