FluidBottomNavigation-android icon indicating copy to clipboard operation
FluidBottomNavigation-android copied to clipboard

Fluid Bottom Navigation library for Android

Results 20 FluidBottomNavigation-android issues
Sort by recently updated
recently updated
newest added

Onclik not add in perticuler position

I am trying to change back color from white to some other color, its not working. Please check and let me know..

@10Clouds There is one method name **`drawItemView`** in FluidBottomNavigation class. Just add below code. ``` with(backgroundContainer){ setBackgroundColor(backColor) } ```

by adding elevation, and stroke on "top" drawable , can u add better solution for shadow? ![Screenshot_20201219_112409_com tenclouds fluidbottomnavigationexample](https://user-images.githubusercontent.com/33436153/102684379-352b0b00-41ed-11eb-841a-84c54d3f83f8.jpg)

`val navView: BottomNavigationView = findViewById(R.id.nav_view)` `val navController = findNavController(R.id.nav_host_fragment)` `navView.setupWithNavController(navController)` Can we use it in this way ?

Hi there, I was testing your library and really like it. I thought it might be a feature to add notification count. I really appreciate it. Thanks in advance for...

change animation if it's possible, changing select or deselect animation easily