/main.java Secret
Last active
June 16, 2021 01:57
CalendarView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CalendarView calendarView = (CalendarView) findViewById(R.id.simple_calendarview); | |
calendarView.setSelectedDateVerticalBar(Color.BLACK); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment