yavski / fab-speed-dial

FAB flinging out actionable menu items using the Speed dial metaphor
Apache License 2.0
478 stars 123 forks source link

How to change orientation of expanding menu ? #71

Open titoshadow opened 7 years ago

titoshadow commented 7 years ago

Changing android:orientation to horizontal does nothing at all

penn5 commented 7 years ago

Read the docs. I recall something called fabGravity, but I may be wrong.

Hope you find it.

On Tue, 4 Jul 2017 9:39 pm Jorge, notifications@github.com wrote:

Changing android:orientation to horizontal does nothing at all

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yavski/fab-speed-dial/issues/71, or mute the thread https://github.com/notifications/unsubscribe-auth/AFV2wvTwrusEboqO794yPE0aVcGUUvkSks5sKqMAgaJpZM4ONrB5 .

titoshadow commented 7 years ago

I've read the fabGravity part, but it seems to be just for positioning.

Also, reading the source code makes me guess that is really just for that... Nothing about orientation, only position at end/start, bottom/top :(

udara94 commented 5 years ago

how to change the fab gravity by programmatically