Calendar icon indicating copy to clipboard operation
Calendar copied to clipboard

Show week numbers

Open csname1910 opened this issue 9 months ago • 1 comments

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

image

csname1910 avatar May 10 '24 22:05 csname1910

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.

kizitonwose avatar May 11 '24 19:05 kizitonwose