Droppers / AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
MIT License
1.38k stars 109 forks source link

Allow to clear selection #21

Closed AlaaZarifa closed 3 years ago

AlaaZarifa commented 3 years ago

I had a use case where I needed to clear the selection of the currently selected tab. so I added a function to do just that. more details in this issue #20.

I've also updated the demo app by adding a button that clears the selection in order to test the function properly and I thought it would be a nice addition to the demo.

Thanks for this awesome library.

Droppers commented 3 years ago

Implemented a cleaner way myself in a recent commit.