But I found the header also get the padding horizontal, which makes header backgroundColor wired.
So is is possible give the days and weeks a style wrapper?
sorry for the messy issue Add a style wrapper for main body #442.
After reading source codebase carefully, I found combine monthView in 'stylesheet.calendar.main' with week in 'stylesheet.calendar.header' can do the trick.
I want to set backgroundColor for header, so I try this:
I also wanna give a padding value for days and weeks, not including the header.So I give the container a padding:
But I found the header also get the padding horizontal, which makes header backgroundColor wired. So is is possible give the days and weeks a style wrapper? sorry for the messy issue Add a style wrapper for main body #442.