Create a Effect to add Ripple animation to a button
Button should have a visual feedback when tapped, similar to what we see on Android..
Can do this one too. Simple.
How does this request align with fixing this bug - https://bugzilla.xamarin.com/show_bug.cgi?id=60188
@sichy are you working on this? Please update us with your status and in what timeframe you'll be able to make a PR.
@sichy Any progress? Thanks!
@sichy Monthly ping! How is it going? Thanks!
only for button? it's too easy. make it support for all views
this will be fixed with the View.Visual
feature coming in
@StephaneDelcroix Could you provide more details on the View.Visual
that you're referring to?
@mkieres I think he's referring to the support for new renderers coming as part of Shell.
@StephaneDelcroix / @davidortinau will this be available to developers even if they don't / can't adopt Shell?
@nickrandolph the 2 features are separate, you can have the material renderers without the shell
These are currently part of the 4.0 pre1 release if you want to try them out
<Button Visual="Material" />
Try it out and let me know your thoughts
Most helpful comment
only for button? it's too easy. make it support for all views