garretyoder / Colorful

Android runtime theme library
Apache License 2.0
2.13k stars 193 forks source link

why no appbar when mainActivity extends CActivity #19

Closed Krosxx closed 6 years ago

Krosxx commented 6 years ago

this has no appbar when mainActivity extends CActivity

Krosxx commented 6 years ago

v 1.1

kksingla commented 6 years ago

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

garretyoder commented 6 years ago

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.