diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-02 12:27:36 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-02 12:27:36 -0700 |
commit | c0decd6f72d825db989275e216aa97741cce412f (patch) | |
tree | 40ae7dde5e46121aff67472eaea65ebce6a1d6a4 /README.md | |
parent | e1e3b370007340573a61bc3daae18c009ff28a53 (diff) | |
download | kau-c0decd6f72d825db989275e216aa97741cce412f.tar.gz kau-c0decd6f72d825db989275e216aa97741cce412f.tar.bz2 kau-c0decd6f72d825db989275e216aa97741cce412f.zip |
Remove fragmentutils and update snackbar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -261,10 +261,6 @@ Be sure to include the activity in your Manifest and have it extend `Kau.Translu * Show a Changelog by parsing an xml resource * Check if network is available -### FragmentUtils -> Extends Fragment -* `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 |