Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

Cannot scroll #410

Open iamshajeer opened 7 years ago

iamshajeer commented 7 years ago

How can I make the menu scrollable, If I add ScrollView inside the container it crashes due to TypeCastException. Please suggest a solution.

baggednismo commented 7 years ago

From what I can tell looking at the library, you cannot scroll the menu's. If you have that many menu items then maybe you should review your implementation and rethink your strategy.