SilkCal

介绍:

根据iOS7原生日历和 Sunrise calendar实现的 calendar view。滚动月的时候会高亮显示当前年月。

运行效果:

使用说明:

本库根据Robin ChutauxCalendarListview 改编。

在依赖中添加compile 'me.nlmartian.silkcal:silkcal:0.1.0'

按如下方法把jcenter添加到repositories:

allprojects {
   repositories {
       jcenter()
   }
}

DayPickerView添加到布局:

  <me.nlmartian.silkcal.DayPickerView
        xmlns:calendar="http://schemas.android.com/apk/res-auto"
        android:id="@+id/calendar_view"
        android:layout_width="match_parent"
        android:layout_height="260dp"
        android:background="@android:color/white"
        calendar:drawRoundRect="false"/>
已下载
0