Android library for UI components.
Gradle integration:
repositories {
mavenCentral()
}
dependencies {
compile 'com.github.markushi:android-ui:1.1'
}
Requires API level 14+
A component which mimics parts of the circular reveal/hide animation introduced in Android-L
(See: https://developer.android.com/preview/material/animations.html#reveal)
Note: This is not a backport of the original reveal/hide effect.
See this example gist on how to use it.