diff options
Diffstat (limited to 'core/README.md')
-rw-r--r-- | core/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index 16ba5a0..42d82c5 100644 --- a/core/README.md +++ b/core/README.md @@ -165,7 +165,7 @@ Note that since KAU depends on [ANKO](https://github.com/Kotlin/anko), all of th ### ViewUtils > Extends View -* `visible()`, `invisible()`, `gone()`, `isVisible()`, `isInvisible()`, `isGone()` methods +* `visible()`, `invisible()`, `gone()`, `isVisible`, `isInvisible()`, `isGone()` methods * matchParent method to set the layout params to match_parent * Create snackbar directly * Set IIcon into ImageView directly |