-
-
Notifications
You must be signed in to change notification settings - Fork 984
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
Customize color of ripple on Android #58
Comments
Wanted to note that Just put together a Snack and realized this issue may be caused by setting a |
Just wanted to add I'm getting this issue @gtfargo described. I had set the |
## Motivation It is response for issue #58. Wish to add functionality to select ripple color on Android ## Changes Colour and props processing in JS. Add parameter and its handling in Android Core based on https://stackoverflow.com/questions/33061050/how-can-i-modify-ripple-color-when-using-attr-selectableitembackground-as-backg/33085033 Minor stylefixes made automatically
…sion#183) ## Motivation It is response for issue software-mansion#58. Wish to add functionality to select ripple color on Android ## Changes Colour and props processing in JS. Add parameter and its handling in Android Core based on https://stackoverflow.com/questions/33061050/how-can-i-modify-ripple-color-when-using-attr-selectableitembackground-as-backg/33085033 Minor stylefixes made automatically
For RectButton I believe this is done with underlayColor, but there doesn't seem to be an option for this on BorderlessButton
The text was updated successfully, but these errors were encountered: