We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83d6c3 commit 46b5ca0Copy full SHA for 46b5ca0
README.md
@@ -40,13 +40,15 @@ implementation 'com.github.shahzadafridi:CalenderView:1.1.1'
40
textSize = 20,
41
selectedTextColor = R.color.black,
42
unSelectedTextColor = R.color.greyed_out,
43
- background = R.color.white
+ background = R.color.white,
44
+ months = monthsNameList
45
)
46
.withWeekPanel(
47
font = R.font.titillium_web_semibold,
48
textColor = R.color.black,
49
textSize = 14,
50
51
+ weekDays = weekDaysNameList
52
53
.withDayPanel(
54
0 commit comments