Skip to content

Commit 46b5ca0

Browse files
Update README.md
1 parent b83d6c3 commit 46b5ca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ implementation 'com.github.shahzadafridi:CalenderView:1.1.1'
4040
textSize = 20,
4141
selectedTextColor = R.color.black,
4242
unSelectedTextColor = R.color.greyed_out,
43-
background = R.color.white
43+
background = R.color.white,
44+
months = monthsNameList
4445
)
4546
.withWeekPanel(
4647
font = R.font.titillium_web_semibold,
4748
textColor = R.color.black,
4849
textSize = 14,
49-
background = R.color.white
50+
background = R.color.white,
51+
weekDays = weekDaysNameList
5052
)
5153
.withDayPanel(
5254
font = R.font.titillium_web_semibold,

0 commit comments

Comments
 (0)