josedlpozo / galileo

Other
12 stars 2 forks source link

Add more than 5 plugins to Galileo #24

Closed josedlpozo closed 5 years ago

josedlpozo commented 5 years ago

By now Galileo uses BottomNavigationView from Support library and with this view when we add more than 5 items to it, it throws an IllegalStateException.

We need to be capable of adding more than 5 items without a crash. We don't want to change our BottomNavigationView or use one view from a third-party library in Github.

We should be able to use a Galileo plugin for this feature. This plugin will have the plugins added to Galileo that sum more than 5. It will show a list of plugins and when click one of them, it will open a new Activity with the plugin clicked inside.