Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 580 Bytes

calendar-pro

Release GitHub license

Files app

Android calendar view with custom decoration for each cell.

Setup

Add the dependency in your build.gradle file:

repositories {
    maven { url "https://jitpack.io" }
}

 dependencies {
   implementation 'com.github.RomanTsarou:calendar-pro:1.0.2'
 }