File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments