why no appbar when mainActivity extends CActivity
Krosxx opened this issue · 3 comments
Krosxx commented
this has no appbar when mainActivity extends CActivity
Krosxx commented
v 1.1
kksingla commented
Colorful.config(this).accentColor(Colorful.ThemeColor.AMBER).primaryColor(Colorful.ThemeColor.CYAN).apply();
Colorful.applyTheme(this,false);
garretyoder commented
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.