garretyoder/Colorful

What is the use of "override" and "appcompat"?

tcqq opened this issue · 2 comments

tcqq commented

Hi, thankyou your library, I'm useing 2.0 version now, I want know what is the use of override and appcompat?

ColorfulKt.Colorful().apply(activity, override, appcompat);

When should I use true and when should I use false?

This is explained in the readme.

The override value will control whether Colorful overrides your activitie's existing base theme, or merely sets primary and accent colors. Note: dark/light themeing will not work when override is disabled

tcqq commented

Ok, thanks.