garretyoder/Colorful

why no appbar when mainActivity extends CActivity

Krosxx opened this issue · 3 comments

this has no appbar when mainActivity extends CActivity

v 1.1

Colorful.config(this).accentColor(Colorful.ThemeColor.AMBER).primaryColor(Colorful.ThemeColor.CYAN).apply();
Colorful.applyTheme(this,false);

Extending CActivity will override the base theme that activity is using. Colorful does not include a app bar in it's theme, meaning you'll simply have to add a toolbar yourself in your xml layout.