forked from huanghaibin-dev/CalendarView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e11f44c
commit 05c7c3a
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# CalenderView | ||
Android上一个优雅、高度自定义、性能高效的日历控件,支持标记、自定义颜色、农历等。Canvas绘制,速度快、占用内存低 | ||
|
||
##Gradle | ||
#Gradle | ||
``` | ||
compile 'com.haibin.calendarview:1.0.0' | ||
``` | ||
|
@@ -14,8 +14,12 @@ compile 'com.haibin.calendarview:1.0.0' | |
</dependency> | ||
``` | ||
|
||
###效果预览 | ||
<img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143452.jpg" height="650"/> <img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143502.jpg" height="650"/> <img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143423.jpg" height="650"/> <img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143432.jpg" height="650"/> | ||
#效果预览 | ||
|
||
<img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143452.jpg" height="650"/> | ||
<img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143502.jpg" height="650"/> | ||
<img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143423.jpg" height="650"/> | ||
<img src="https://github.com/huanghaibin-dev/GitHubProjectPicture/blob/master/CalendarView/S70321-143432.jpg" height="650"/> | ||
|
||
##Licenses | ||
- Copyright (C) 2013 huanghaibin_dev <[email protected]> | ||
|