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
Can you provide documentation for how to create new actions?
The text was updated successfully, but these errors were encountered:
Also, what is the min API for RevealColorView?
Sorry, something went wrong.
Min SDK is accessible from build.grade (both libraries share the same minSdk):
defaultConfig { minSdkVersion 14 ... }
Also, on the main page says: Requires API level 14+
Will be awesome if you will describe you logic and how it works in some blog post 👍
Why RevealColorView use min sdk 14? You use Android 3.0 animations?
No branches or pull requests
Can you provide documentation for how to create new actions?
The text was updated successfully, but these errors were encountered: