I recently updated my app based on the article on the blog about using Material Design in Xamarin.Forms. Everything is working great except that I am using a clear button in one of my designs to sit on top of a few other elements so that they are clickable. Since the update to material design though now I'm getting a border on the button.
I've tried to explicitly set the BorderColor to Transparent as well as the BorderWidth to 0, which is the default anyways. I also tried setting it to 1 and the same color as the background of the view but even that didn't work.
Any thoughts out there?