文件名称:CalendarView
介绍说明--下载内容均来自于网络,请自行研究使用
实现日历视图,可以点击选择某个日期,可以上下滑动切换月份。 -Achieve a calendar view, you can click on to select a date, you can slide up and down to switch months.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-calendarview-master
...........................\.gitignore
...........................\README.md
...........................\library
...........................\.......\AndroidManifest.xml
...........................\.......\build.xml
...........................\.......\pom.xml
...........................\.......\project.properties
...........................\.......\res
...........................\.......\...\drawable-hdpi
...........................\.......\...\.............\day_picker_week_view_dayline_holo.9.png
...........................\.......\...\.............\list_divider_holo_dark.9.png
...........................\.......\...\.............\list_divider_holo_light.9.png
...........................\.......\...\drawable-mdpi
...........................\.......\...\.............\day_picker_week_view_dayline_holo.9.png
...........................\.......\...\.............\list_divider_holo_dark.9.png
...........................\.......\...\.............\list_divider_holo_light.9.png
...........................\.......\...\drawable-xhdpi
...........................\.......\...\..............\day_picker_week_view_dayline_holo.9.png
...........................\.......\...\..............\list_divider_holo_dark.9.png
...........................\.......\...\..............\list_divider_holo_light.9.png
...........................\.......\...\layout
...........................\.......\...\......\calendar_view.xml
...........................\.......\...\values
...........................\.......\...\......\attrs.xml
...........................\.......\...\......\styles.xml
...........................\.......\...\......\themes.xml
...........................\.......\src
...........................\.......\...\net
...........................\.......\...\...\simonvt
...........................\.......\...\...\.......\calendarview
...........................\.......\...\...\.......\............\CalendarView.java
...........................\pom.xml
...........................\samples
...........................\.......\AndroidManifest.xml
...........................\.......\build.xml
...........................\.......\pom.xml
...........................\.......\project.properties
...........................\.......\res
...........................\.......\...\drawable-hdpi
...........................\.......\...\.............\ic_launcher.png
...........................\.......\...\drawable-ldpi
...........................\.......\...\.............\ic_launcher.png
...........................\.......\...\drawable-mdpi
...........................\.......\...\.............\ic_launcher.png
...........................\.......\...\drawable-xhdpi
...........................\.......\...\..............\ic_launcher.png
...........................\.......\...\layout
...........................\.......\...\......\main.xml
...........................\.......\...\values-v14
...........................\.......\...\..........\themes.xml
...........................\.......\...\values
...........................\.......\...\......\strings.xml
...........................\.......\...\......\themes.xml
...........................\.......\src
...........................\.......\...\net
...........................\.......\...\...\simonvt
...........................\.......\...\...\.......\calendarview
...........................\.......\...\...\.......\............\samples
...........................\.......\...\...\.......\............\.......\CalendarSamples.java