From 3028d35c24da883dad34dbc4f6eb36d1df1838fa Mon Sep 17 00:00:00 2001 From: Jahir Fiquitiva Date: Mon, 10 Jul 2017 01:22:52 -0500 Subject: Added some extensions (#4) * Add a couple extra extensions. * Add more extensions * Make oneline fun * Remove duplicated line from modules.xml * Revert kprefsingle and fix minor docs (cherry picked from commit 76d0de9) * Clean up ColorUtils * Clean up ActivityUtils * Clean up DrawableUtils * Remove MenuUtils * Clean PackageUtils * Clean up ViewUtils * Clean up ViewUtils 2 --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/README.md') 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 -- cgit v1.2.3