Skip to content

Commit 244f046

Browse files
author
Markus Hintersteiner
committed
Added README.md
1 parent 536b291 commit 244f046

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# android-ui
2+
Android library for UI components.
3+
4+
Gradle integration:
5+
6+
```
7+
repositories {
8+
mavenCentral()
9+
}
10+
11+
dependencies {
12+
compile 'com.github.markushi:android-ui:1.0'
13+
}
14+
```
15+
16+
## RevealColorView
17+
<img src="https://raw.githubusercontent.com/markushi/android-ui/master/example.gif" width="280px" alt="Sample" />
18+
19+
Requires API level 14+
20+
21+
A component which mimics parts of the circular reveal/hide animation introduced in Android-L
22+
23+
(See: https://developer.android.com/preview/material/animations.html#reveal)
24+
25+
Note: This is not a backport of the original reveal/hide effect.
26+
27+
See [this example gist](https://gist.github.com/markushi/68ce8df77bed164b6275) on how to use it.

example.gif

605 KB
Loading

0 commit comments

Comments
 (0)