taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

Improve FloatingActionMenu #14

Closed taltstidl closed 8 years ago

taltstidl commented 8 years ago

Any other suggestions for improving the FloatingActionMenu? Feel free to comment below!

Checklist for Release 0.4.0:

sedestrian commented 8 years ago

You could make an option to choose the distance between the menu buttons, that would be helpful :)

taltstidl commented 8 years ago

@sedestrian Good idea! Added it to the list.

sedestrian commented 8 years ago

Great!

taltstidl commented 8 years ago

@sedestrian You can now customize the button spacing in release 0.3.0 by using the app:fabMenuSpacing attribute. Thanks for the patience!

athospg commented 8 years ago

The visibility should be changed to "INVISIBLE" instead of "GONE". The top FAB label is still visible if GONE is used. device-2016-04-26-162212

taltstidl commented 8 years ago

@athospg Thanks, I'm aware of this :smiley:, this is currently a work in progress (I'm currently working on the LabelView, after that is finished this issue should be gone).

taltstidl commented 8 years ago

All features here are now implemented and will be released as part of Release 0.4.0 by the end of next week, so I'll be closing this issue now.