robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

Added possibility to disable icon tinting #55

Closed smstuebe closed 6 years ago

smstuebe commented 6 years ago

If the icon is colorized, you will see a monochrome shape. If you want to keep the color of the icon, you can now set IconTintEnabled to false, to keep the icon colorized.

robinmanuelthiel commented 6 years ago

I like, that is should be possible and see the need if you want to use colored icons. But I don't know, if we should add a new Property for that. Shouldn't we just set ForgroundColor and HighlightForegroundColor to Transparent by default and only tint, when these colors are not transparent? What do you think?

smstuebe commented 6 years ago

But isn't the Foreground color also used for the label? Then you can't change the label highlighting.

robinmanuelthiel commented 6 years ago

Oh yes, fair 😅