lilcodelab / Xamarin.Plugin.Calendar

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

Refactored the DayView #86

Closed m-luketin closed 3 years ago

m-luketin commented 3 years ago

Removed multiple unnecessary elements.

Tried using StackLayout and Grid for toggling event indicator dot, ended up with FlexLayout as the optimal solution.