Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

why no appbar when mainActivity extends CActivity #19

Closed
Krosxx opened this issue Jan 30, 2018 · 3 comments
Closed

why no appbar when mainActivity extends CActivity #19

Krosxx opened this issue Jan 30, 2018 · 3 comments

Comments

@Krosxx
Copy link

Krosxx commented Jan 30, 2018

this has no appbar when mainActivity extends CActivity

@Krosxx Krosxx changed the title while why no appbar when mainActivity extends CActivity Jan 30, 2018
@Krosxx
Copy link
Author

Krosxx commented Jan 30, 2018

v 1.1

@kksingla
Copy link

kksingla commented Mar 9, 2018

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

@garretyoder
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants