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

descriptionTextColor issue #194

Closed
andrii-fadieiev opened this issue Aug 9, 2017 · 5 comments
Closed

descriptionTextColor issue #194

andrii-fadieiev opened this issue Aug 9, 2017 · 5 comments
Milestone

Comments

@andrii-fadieiev
Copy link

andrii-fadieiev commented Aug 9, 2017

First of all, thanks for an awesome library!

Is is possible to set exact descriptionTextColor? In my case, both titleTextColor and descriptionTextColor 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!

@andrii-fadieiev andrii-fadieiev changed the title descriptionTextColor issus descriptionTextColor issue Aug 9, 2017
@xiphirx
Copy link
Collaborator

xiphirx commented Aug 10, 2017

It has some alpha applied to it, per the material design guidelines. That is what you're seeing.

@andrii-fadieiev
Copy link
Author

Thanks for reply! It would be cool to be able to adjust this alpha...
Should I close the issue? Or you can mark it with enhancement label as a reminder if you plan to add the feature.

@xiphirx
Copy link
Collaborator

xiphirx commented Aug 10, 2017

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.

@xiphirx xiphirx modified the milestone: 2.0.0 Aug 16, 2017
@Shashank58
Copy link

I would be willing to add this if required

@cristan
Copy link

cristan commented May 19, 2020

You can make the text opaque by calling descriptionTextAlpha(1f)

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

No branches or pull requests

4 participants