Clans / FloatingActionButton

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

Is there a way to make the floating action menu scrollable? #444

Open PogopunkXIII opened 6 years ago

PogopunkXIII commented 6 years ago

More of a question than an issue, I have a situation where I have more items than will fit on the screen in the FAM. I didn't see any xml attributes that would allow it to be scrollable, I just curious if this was possible.

SahanaRamesh commented 5 years ago

Even i am facing the issue, as there is no solution for open_direction -> left/right when the orientation is in landscape mode. Currently i have 3 fab in the FAM and in the low end devices the fabs are not entirely visible. Do we have any work around for the same?