-
Notifications
You must be signed in to change notification settings - Fork 593
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
descriptionTextColor issue #194
Comments
It has some alpha applied to it, per the material design guidelines. That is what you're seeing. |
Thanks for reply! It would be cool to be able to adjust this alpha... |
I'm not sure at the moment... Unfortunately it seems like the current API is not flexible enough to fix certain issues with the library. There also needs to be a clear line of feature requests that will be honored. Currently I've been trying to adhere to material design guidelines as closely as possible which is why I would be hesitant to allow an API change like this, however, the guidelines do not explicitly say anything about the description text alpha. The current behavior was just gleaned from the videos/screenshots that they provide and the more I think about it, I'm not sure that is a strong enough argument to restrict customization. |
I would be willing to add this if required |
You can make the text opaque by calling |
First of all, thanks for an awesome library!
Is is possible to set exact
descriptionTextColor
? In my case, bothtitleTextColor
anddescriptionTextColor
are set to White, but description color definitely looks different. It looks like some color filter applied to it, but I need exactly white color.I'm using latest library version. Thanks in advance!
The text was updated successfully, but these errors were encountered: