paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 141 forks source link

RoundedBoxView.Color is not used on Android #155

Open flchaux opened 6 years ago

flchaux commented 6 years ago

On the Android implementation the BoxView Color property is not used, the BackgroundColor is used instead. The official Xamarin.Forms documentation talk about the Color property to setup the BoxView color.

Is it volunteer to use BackgroundColor instead of Color ? A retro-compatible fix could be to test the Color nullity and use BackgroundColor in case of Color null only.

flchaux commented 6 years ago

I made a pull request for this enhancement: #156