From f1660aab8a25c93aebdb7993e4bfbc3bb7e65ee5 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 9 Jul 2017 15:42:11 -0700 Subject: Update gifs --- README.md | 3 ++- about/src/main/res/layout/kau_about_section_main.xml | 2 +- colorpicker/README.md | 4 +++- core-ui/README.md | 8 ++++++++ core-ui/src/main/res/layout/kau_recycler_textslider.xml | 2 +- core/README.md | 2 +- core/src/main/kotlin/ca/allanwang/kau/swipe/SwipeBackLayout.kt | 2 +- kpref-activity/src/main/res/layout/kau_pref_activity.xml | 2 +- 8 files changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b5bce8f..4c1becf 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ dependencies { # Showcase ![About Activity Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_about_activity.gif) -![KPref Accent Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_accent.gif) +![Ink Indicator Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_ink_indicator.gif) +![Color Picker Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_color_picker.gif) ![KPref Items Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_items.gif) ![SearchView Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_search_view.gif) \ No newline at end of file diff --git a/about/src/main/res/layout/kau_about_section_main.xml b/about/src/main/res/layout/kau_about_section_main.xml index 40d8dfb..e7b83a0 100644 --- a/about/src/main/res/layout/kau_about_section_main.xml +++ b/about/src/main/res/layout/kau_about_section_main.xml @@ -11,7 +11,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - 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 diff --git a/core-ui/src/main/res/layout/kau_recycler_textslider.xml b/core-ui/src/main/res/layout/kau_recycler_textslider.xml index 1402cfb..eacd5be 100644 --- a/core-ui/src/main/res/layout/kau_recycler_textslider.xml +++ b/core-ui/src/main/res/layout/kau_recycler_textslider.xml @@ -13,7 +13,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> - -