Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 924 Bytes

CalendarCheck

Introduction

The source code for this project comes from the Calendarlistview project.

it provides a easy way to select dates with a calendar for API 10+. You can find a sample that show how to add DatePickerView to your layout with default style.

The following is changelist

  • Rename some important variables

  • Support to choose single day or multiple days

  • Support tag above today and clicked dates

  • Support horizontal highlighting of the selected range

  • Support localized language (you need to set a variable beforehand)

  • Support reverse selection

Snapshot

Choose Many days

CalendarCheck GIF

Choose One day

CalendarCheck GIF