MaterialLibrary
MaterialLibrary copied to clipboard
This is a simple library that provides some unique components for aiding in making apps comply with the material design guidelines.
Currently there isn't really a good inhertiance tree in the library (i.e base classes like the `BaseToolbarActivity` aren't being reused. This needs to be fixed for the next release so...
Some views/widgets in the library can be replaced by the design library implementations. Instead of using my own implementations, the library should use the design library for everything including the...
Need to add full docs for all the components in the library.
Modules need to be properly versioned using gradle. See [here](https://medium.com/@manas/manage-your-android-app-s-versioncode-versionname-with-gradle-7f9c5dcf09bf).
This library needs an icon!