Open Naturaldai opened 6 years ago
@Naturaldai This lib have a parameters. "showBottomText(false/true)" - hide/show week "showTopText(false/true)" - hide/show month
Example for Kotlin:
val horizontalCalendar = HorizontalCalendar.Builder(view, R.id.calendar_test_lib)
.configure()
.showTopText(false)
.end()
.build
Is there way to hide weekends