jsmarcus / Xamarin.Plugins

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

IconButton android vs ios #73

Open julesx opened 7 years ago

julesx commented 7 years ago

On iOS, an IconButton has no background and fits into a narrow space.

On Android, an IconButton has a huge background box with what seems to be a hefty amount of padding to fit the icon in the middle.

It's hard to use this on both platforms because the space requirements are completely different.

Is there a way to get around this?

colinblaise commented 7 years ago

Having same issue. Haven't found a workaround yet.

csampaio26 commented 7 years ago

Same here.

ArranHarbert commented 6 years ago

If anyone finds a good solution let me know.