android-ui
android-ui copied to clipboard
Documentation for new actions
Can you provide documentation for how to create new actions?
Also, what is the min API for RevealColorView?
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 :+1:
Why RevealColorView use min sdk 14? You use Android 3.0 animations?