wilsonvargas / ButtonCirclePlugin

Circle Buttons with icon for your Xamarin.Forms Applications
MIT License
96 stars 18 forks source link

UWP Hover Style Fix #42

Closed mzhukovs closed 6 years ago

mzhukovs commented 6 years ago

The default on hover style results in a rectangle shadow to be rendered on top of the CircleButton. Update the UWP Custom Renderer to:

  1. limit the on hover style it to the circle itself
  2. use a lighter shade of the button's BackgroundColor on hover if explicitly supplied
  3. if not supplied, use the BorderColor for the on-hover fill effect
wilsonvargas commented 6 years ago

Wow!!! This is the best contribution ever!!! Thank you so much!

wilsonvargas commented 6 years ago

This PR solve #21 issue, thank!

mzhukovs commented 6 years ago

Happy to help!