traex / CalendarListview

Implementation of a calendar in a ListView. One month by row
MIT License
1.48k stars 439 forks source link

New attribute "singleSelectionOnly" that allows selection of only 1 day #52

Open Fedor-Tsyganov opened 8 years ago

Fedor-Tsyganov commented 8 years ago

With a new attribute app:singleSelectionOnly="true" user can select only one day, so with already selected day it will deselect first and then select a new day instead of calling range of dates.

VikramSurjan commented 7 years ago

I have used that one, But not working for me. Please help me out of this. Thanks