Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to change menu color: any custom tag to change menu color? #5

Open
tech-brahman opened this issue Jun 8, 2017 · 2 comments
Open

Comments

@tech-brahman
Copy link

Is there any way to change the menu color from green to color of our own choice?

@artemmihelson
Copy link

artemmihelson commented Sep 27, 2017

Hi, the same question here. How do I set the color for bar?

Seems you do not provide any public setter for "ftb_main_color" property defined in resources.

@NashZhou
Copy link

NashZhou commented Jan 3, 2018

In case anyone else has this problem, you can set the background color programmatically.

GradientDrawable background = (GradientDrawable)tabBar.getBackground();
background.setColor(Color.BLUE);

You can replace blue with any color you want.

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

No branches or pull requests

3 participants