Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How hide expanded fabs without animation ? #1

Closed
ilwsm opened this issue Jul 27, 2016 · 3 comments
Closed

How hide expanded fabs without animation ? #1

ilwsm opened this issue Jul 27, 2016 · 3 comments

Comments

@ilwsm
Copy link

ilwsm commented Jul 27, 2016

How hide expanded fabs without animation (example, after click on small fab)?

@valdio
Copy link
Owner

valdio commented Jul 27, 2016

You can always use this methods
fab.hide();
fab.show();

    or 

    fab.setVisibility(View.GONE);

@ilwsm
Copy link
Author

ilwsm commented Jul 27, 2016

Thanks, i will try

@ilwsm
Copy link
Author

ilwsm commented Jul 28, 2016

I think fab.clearAnimation() is better way )

@valdio valdio closed this as completed Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants