Android supports CalendarView since API 11. So I backport it and changed ui and method for my taste.
- Year and month are shown in background.
- Saturday and Sunday has different colors.
- Support
addDate()
,addWeek()
,addMonth()
,addYear()
to easily change selected date. - Some setXXXColor(), getXXXColor() are removed. I just thought they are too much(Nothing technical). If you need them, you are welcome to add them.
android.widget.ListView.smoothScrollToPositionFromTop()
has some bugs so I fixed it inSmoothListView
.
- v0.1.0 : Initial Release
https://github.com/EaseTheWorld/CalendarView
Made by EaseTheWorld