Implement a themes/styles module (provisional name being :resources) which would include:
- MDC-Android app theme
- Color, type, shape definitions
- Per-widget styles
- Custom fonts - XML/downloadable (if any)
- Any reusable drawables and imagery (optional)
This would ideally be an api dependency via :app (because dynamic feature modules) to be shared with other modules that have UI.
Implement a themes/styles module (provisional name being
:resources) which would include:This would ideally be an
apidependency via:app(because dynamic feature modules) to be shared with other modules that have UI.