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.37k stars 109 forks source link

add scroll feature #31

Open ayodkay opened 3 years ago

ayodkay commented 3 years ago

nice if can add a scroll feature when there are more than 4 tabs,this can make the tab flexible for tab names with long character

Droppers commented 3 years ago

This might be possible by using another layout manager, since the tabs are already in a recyclerview.

I will have to look into this if it is possible without any major redesign, since this library is specifically designed to not allow scrolling.

I don't think it should scroll automatically, but through configuration option, e.g. abb_scrollable="true|false"