-
Notifications
You must be signed in to change notification settings - Fork 42
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
Dialog Button Theme #21
Comments
I'm trying to figure out how to reference the attributes of the application that the library is included in (specifically |
Hi @nwalters512 - for me, the only thing I believe needs colouring are the two dialog action buttons. This might be a way to do this: Programmatically get the accent color in the following way: Access the dialog buttons and set the text color, similar to this: No idea if this will work, but it seems like it might. I'll fork your project and try it out, will let you know how it goes. |
The correct way to do this is to override
|
Hi there,
It would be great if the SpectrumDialog adopted the theme of the current app / activity. I am specifically thinking of the dialog positive / negative buttons. My app uses a colorAccent of MD_Pink_500, and spectrum looks a little out of place with the default MD_TEAL_500 :-(
The text was updated successfully, but these errors were encountered: