android-ui icon indicating copy to clipboard operation
android-ui copied to clipboard

Documentation for new actions

Open AOrobator opened this issue 11 years ago • 4 comments

Can you provide documentation for how to create new actions?

AOrobator avatar Oct 06 '14 20:10 AOrobator

Also, what is the min API for RevealColorView?

yoavst avatar Oct 07 '14 04:10 yoavst

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+

mradzinski avatar Oct 07 '14 13:10 mradzinski

Will be awesome if you will describe you logic and how it works in some blog post :+1:

ozodrukh avatar Oct 07 '14 18:10 ozodrukh

Why RevealColorView use min sdk 14? You use Android 3.0 animations?

yoavst avatar Oct 08 '14 13:10 yoavst