Skip to content

learn-linux-kernel/android-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-ui

Android library for UI components.

Gradle integration:

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.github.markushi:android-ui:1.0'
}

RevealColorView

Sample

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.

About

Android UI library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published