# CalendarView
**Repository Path**: dengshiwei/CalendarView
## Basic Information
- **Project Name**: CalendarView
- **Description**: 一个日历控件
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-10
- **Last Updated**: 2021-12-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
##概述
这是一个自定义的View,谈不上项目,只是简单的实现了项目需求中的日历样式,所以特此记录分享给大家。
>这个工程项目已经不进行维护更新了,这是项目初期做的一个自定义View,现在已经新开一个库进行了重构,重新开发。新库欢迎大家star。新库地址会持续完善更新,地址[CalendarComponent](https://github.com/dengshiwei/CalendarComponent)

###一、自定义属性
这是该自定义View中所涉及到的自定义属性,主要用于设置一些字体颜色、背景色之类的属性。
###二、国家法定假日“班”、“休”的设置
private List listDayAndPrice
private List listWorkOrRelax
我们通过这两个集合进行存储,然后绘制。
具体实现大家拷贝源码吧!
[博客](http://blog.csdn.net/mr_dsw/article/details/48755993)