aboutsummaryrefslogtreecommitdiff
path: root/core/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-05 15:17:50 -0700
committerGitHub <noreply@github.com>2017-08-05 15:17:50 -0700
commitcaaa5653deda0640a475d0ccad6daeb7852502f7 (patch)
tree9cafb26ac81f4b9b5879f42ba75711055d97da2a /core/README.md
parenta2a11ff0558ffb498ce56e08af74139a4650d843 (diff)
downloadkau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.gz
kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.bz2
kau-caaa5653deda0640a475d0ccad6daeb7852502f7.zip
Release v3.2.5 (#26)3.2.5
* Move transparent style to core * Update version
Diffstat (limited to 'core/README.md')
-rw-r--r--core/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/README.md b/core/README.md
index 998226b..2c8ae9d 100644
--- a/core/README.md
+++ b/core/README.md
@@ -176,6 +176,8 @@ kauSwipeOnDestroy() //in the onDestroy method
kauSwipeFinish() //optional; replace onBackPressed with this to animate the activity finish
```
+For the best results, activities should be translucent. See `Kau.Transparent` for a base style example.
+
Special thanks goes to the original project, [SwipeBackHelper](https://github.com/Jude95/SwipeBackHelper)
KAU's swipe is a Kotlin rewrite, along with support for all directions and weakly referenced contexts.