We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what i want to accomplish is to have a custom fabDrawable with a custom animation programmatically so it supports v21 and below.
with current code I can only add an animation through xml.
have the ability to add a custom animation by code via hook method, or you can also make fab protected so we can access it and add it at runtime
let me know what you think
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what i want to accomplish is to have a custom fabDrawable with a custom animation programmatically so it supports v21 and below.
with current code I can only add an animation through xml.
have the ability to add a custom animation by code via hook method, or you can also make fab protected so we can access it and add it at runtime
let me know what you think
The text was updated successfully, but these errors were encountered: