We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any way to change the menu color from green to color of our own choice?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
Is there any way to change the menu color from green to color of our own choice?
The text was updated successfully, but these errors were encountered: