sigmadeltasoftware / CalPose

Android/Jetpack Compose library for Calendar rendering
61 stars 15 forks source link

Added ability to change the start of a week #13

Closed Tosch-IT closed 2 years ago

Tosch-IT commented 2 years ago

In some countries, a week starts on Sunday instead of Monday. In order to be as flexible as possible, I haven't implemented a toggle, but the option to select the start of the week. Since it's set via an optional parameter, this change doesn't break anything.

sigmadeltasoftware commented 2 years ago

Thanks for the contribution!