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

Compatibility with Material Components #1

Closed
brookmg opened this issue Aug 5, 2020 · 2 comments
Closed

Compatibility with Material Components #1

brookmg opened this issue Aug 5, 2020 · 2 comments

Comments

@brookmg
Copy link

brookmg commented Aug 5, 2020

Is this project compatible with the material components from google? Specifically with the BottomAppBar.

@kabumere
Copy link
Member

kabumere commented Aug 6, 2020

Yes! It was compatible with Snackbar already, but your question led me to make a change so that now it's also compatible with BottomAppBar (and any other current and future material components).

These changes are available starting from v0.9.2 which is currently in the repo and Maven Central, so you can include it with just implementation 'com.nambimobile.widgets:expandable-fab:0.9.2'.

I also put an example using BottomAppBar in the example app that is in the repo. The fragment in question is called BottomAppBar Compatibility. Give it a run and customize it to see if it fits your needs. Let me know if you have any questions.

An example where the Overlay does not cover the BottomAppBar:

An example where the Overlay DOES cover the BottomAppBar:

@brookmg
Copy link
Author

brookmg commented Aug 6, 2020

Amazing work! Will definitely check it out for my projects. Thanks for the quick reply as well.

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