aboutsummaryrefslogtreecommitdiff
path: root/core-ui/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 15:42:11 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 15:42:11 -0700
commitf1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5 (patch)
tree50d1c66f3149e2cfed37bf3ab9413e5d40e6a751 /core-ui/README.md
parent8c186f994fec4166b9dfadb71e6453a21ebccfd8 (diff)
downloadkau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.gz
kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.tar.bz2
kau-f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5.zip
Update gifs
Diffstat (limited to 'core-ui/README.md')
-rw-r--r--core-ui/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/core-ui/README.md b/core-ui/README.md
index 8abf05e..3c6e0ab 100644
--- a/core-ui/README.md
+++ b/core-ui/README.md
@@ -12,18 +12,26 @@ One example is in KAU's `:searchview`, where the search results will always allo
## CutoutView
+> Courtesy of Plaid
+
Given a background and a text/vector, will "erase" the text/vector from the background.
This can be seen in effect in KAU's `:about` submodule.
## ElasticDragDismissFrameLayout
+> Courtesy of Plaid
+
When scrolling vertically, this frame will allow for overscrolling and will pull the layout out of view and exit if a threshold is reached.
Note that Activities with this frame must be translucent. `@style/Kau.Translucent` can be used as a base.
## InkPageIndicator
+> Courtesy of Plaid
+
A beautiful viewpager indicator
+![Ink Indicator Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_ink_indicator.gif)
+
## TextSlider
An animated and themable Text Switcher. Specify its direction and set a new text value and it will slide it into view. \ No newline at end of file