lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 60 forks source link

WIP: Refactoring and optimization #83

Closed m-luketin closed 3 years ago

m-luketin commented 3 years ago

Refactored DayView.xaml

Still need to replace BottomDotVisible and TopDotVisible bindings with binding that determines the flex direction, because we are now using just one frame instead of two on all the date elements.

Probably will be implemented with enum, proposed values are Top, Bottom and None.

Unsure if BackgroundFullEventColor property is necessary - cannot see implementational need for it.