AnimatedBottomBar icon indicating copy to clipboard operation
AnimatedBottomBar copied to clipboard

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.

Results 30 AnimatedBottomBar issues
Sort by recently updated
recently updated
newest added

According to the demo code provided int the NavControllerActivity we use onCreateOptionsMenu like this: override fun onCreateOptionsMenu(menu: Menu?): Boolean { menuInflater.inflate(R.menu.clock_tabs, menu) bottom_bar.setupWithNavController(menu!!, navController) return true } The code workks...

I used the library in my app, and it works great on my phone with android 13 , but when i try to install it on other android devices ,...

Do you have discord?

Tab icon and text all invisible when I scroll to next tab in RTL view. Can you figure out what's the matter.

The bottom navigation bar does not restore but starts on the initial home when rotated on the last tab index selected, but the display remains on the fragment.

Congratulations on your success. I wish there was a way to use it without Label

Currently a Fab could be arranged on top of the navigation view with Margins or Constraints but unlike material design bottom bar this does not create a cut (curved) where...

Does this support lottie animation as icons?

I designed an vector and wanted to add it, but it shows the color as color of unselected tab rather i want to show the color which i designed my...