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
I use this code to change colors, but it doesn't work, neither the tab indicator or the camera button changes their color
Config config = new Config.Builder() .setTabBackgroundColor(R.color.white) // set tab background color. Default white. .setTabSelectionIndicatorColor((R.color.primaryAppColor) .setCameraButtonColor(R.color.green) .setSelectionLimit(4) // set photo selection limit. Default unlimited selection. .build();
The text was updated successfully, but these errors were encountered:
For camera button color, the library uses porter duff darken mode which will only work if the valueof your color is smaller than the default color.
Sorry, something went wrong.
but what about the tab indicators? they're always blue, I can't change them.
Yes, i have the same issue working on . Crashed when i tried to change tab colors
No branches or pull requests
I use this code to change colors, but it doesn't work, neither the tab indicator or the camera button changes their color
The text was updated successfully, but these errors were encountered: