jsmarcus / Xamarin.Plugins

Cross platform Xamarin and Windows controls and plugins
MIT License
195 stars 79 forks source link

Setting BorderColor to transparent and/or BorderWidth to zero of an IconButton does not remove the border/shadow #95

Open pedramp20 opened 6 years ago

pedramp20 commented 6 years ago

When creating an IconButton, a shadow/border is rendered around the button on Android and setting the border color and/or width does not remove it. <iconize:IconButton WidthRequest="60" BorderColor="Transparent" BorderWidth="0" Text="md-person-add" BackgroundColor="Transparent" TextColor="DimGray" FontSize="24"/>

Ali-YousefiTelori commented 6 years ago

I have this problem too cannot use IconButton for my application toolbar that shadow is a problem however button touch down not change backgound to clicking..

DJTouchette commented 6 years ago

Im just gonna ++ if anyone finds a solution

merickson91 commented 6 years ago

Any update on this?