diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-12 16:24:29 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-12 16:24:29 -0700 |
commit | a429a5e0dbc96ae67bc68e27527239a43390e3f1 (patch) | |
tree | e16fe0790a7500d051df0319a7b613cdff400996 /README.md | |
parent | dcdf008c1e83af4ba0509736a389522a71797264 (diff) | |
download | kau-a429a5e0dbc96ae67bc68e27527239a43390e3f1.tar.gz kau-a429a5e0dbc96ae67bc68e27527239a43390e3f1.tar.bz2 kau-a429a5e0dbc96ae67bc68e27527239a43390e3f1.zip |
Add fragment bundler
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,11 +152,11 @@ The canvas also supports color fading and direct color setting so it can effecti ### FragmentUtils > Extends Fragment -* Directly put extras into a fragment; if a bundle does not exist, it will be created +* `withBundle` Directly put extras into a fragment; if a bundle does not exist, it will be created ### IIconUtils > Extends [IIcon](https://github.com/mikepenz/Android-Iconics) -* toDrawable method that only requires a context; defaults to a white icon of size 24dp and uses a ColorStateList to allow for dimming +* `toDrawable` method that only requires a context; defaults to a white icon of size 24dp and uses a ColorStateList to allow for dimming ### Utils [Misc] > Extends Int |