Skip to content
Andrew Bailey edited this page Aug 14, 2017 · 1 revision

Colors is a theming library built for Android. It enables you to programmatically choose a primary and accent color from the Material Design palette by generating a merged theme at runtime.

Unlike some other libraries, Colors does not touch anything in your view hierarchy to accomplish consistent theming. This means you never have to think about any custom views or special LayoutInflaters. Refer to the documentation available on this repo for more information on getting started.

Preview

Clone this wiki locally