kizitonwose / Calendar

A highly customizable calendar view and compose library for Android.
MIT License
4.5k stars 492 forks source link

Show week numbers #542

Closed csname1910 closed 1 month ago

csname1910 commented 1 month ago

It would be great to show the week numbers, like the orginal Android CalenderView does:

image

kizitonwose commented 1 month ago

Depending on whether you use the view or compose module, you can use either the monthViewClass(View) or monthContainer(Compose) to achieve this. You first render this column and then put the month view beside it. See the relevant documentation for more info.