Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tizisdeepan authored Aug 6, 2019
1 parent 27e54a8 commit bc47b5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ allprojects {
android:layout_height="wrap_content"
android:background="#000000"
android:overScrollMode="never"
app:datesTextSize="16sp"
app:eventDotColor="#ff0000"
app:isBoldTextOnSelectionEnabled="true"
app:monthTitleColor="#ffffff"
app:monthTitleTextSize="16sp"
app:primaryTextColor="#c4c4c4"
app:secondaryTextColor="#666666"
app:selectedTextColor="#000000"
app:selectionColor="#ffe600"
app:weekHeaderColor="#c6c6c6"
app:rangeSelectionColor="#ffe600"
app:rangeSelectionStartColor="#c1ae01"
app:rangeSelectionEndColor="#c1ae01" />
app:rangeSelectionEndColor="#c1ae01"
app:weekHeaderTextSize="16sp" />
```
### [4] Implement EventCalendar.Callback on your Activity/ Fragment
```kotlin
Expand Down

0 comments on commit bc47b5c

Please sign in to comment.