Skip to content
/ SilkCal Public
forked from NLMartian/SilkCal

Android calendar view inspired by Sunrise calendar and iOS7 stock calendar

Notifications You must be signed in to change notification settings

rakey/SilkCal

Repository files navigation

SilkCal

Android calendar view inspired by Sunrise calendar and iOS7 stock calendar.

Usage

  1. Add compile 'me.nlmartian.silkcal:silkcal:0.1.0' to your dependencies.
  2. Add jcenter to your repositories list like this:
allprojects {
   repositories {
       jcenter()
   }
}
  1. Add DayPickerView to your view hierarchy like this:
  <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"/>

About

Android calendar view inspired by Sunrise calendar and iOS7 stock calendar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%