From 04dbfa97b6657b91298af728b3847a16dce62751 Mon Sep 17 00:00:00 2001 From: snxfz947 Date: Wed, 26 Nov 2014 20:01:11 -0800 Subject: [PATCH] Added link to AndroidUIExample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0897834..19cc57a 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ Please note: ActionView is still under development. The API might change at any A component which mimics parts of the circular reveal/hide animation introduced [in the Android-L preview](http://developer.android.com/preview/material/animations.html#reveal).
Note: This is not a backport of the original reveal/hide effect. -See [this example gist](https://gist.github.com/markushi/68ce8df77bed164b6275) on how to use it. +See [this example gist](https://gist.github.com/markushi/68ce8df77bed164b6275) on how to use it. Additionally, [AndroidUIExample](https://github.com/snxfz947/AndroidUIExample) is an example app with source code that has added features such as: customizable sound effects, added Actions, and documentation for adding your own Actions.