This is an event calender where we are adding some events on holidays. So we can find out easily our holidays by those event.
There are some properties on CompactCalendarView. They are:
<com.github.sundeepk.compactcalendarview.CompactCalendarView xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/compactcalendar_view"
android:layout_width="fill_parent"
android:layout_height="290dp"
android:layout_marginLeft="2dp"
android:layout_marginTop="2dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="2dp"
android:paddingTop="10dp"
app:compactCalendarBackgroundColor="#ffe95451"
app:compactCalendarCurrentDayBackgroundColor="#B71C1C"
app:compactCalendarCurrentDayIndicatorStyle="fill_large_indicator"
app:compactCalendarCurrentSelectedDayBackgroundColor="#E57373"
app:compactCalendarEventIndicatorStyle="fill_large_indicator"
app:compactCalendarMultiEventIndicatorColor="#fff"
app:compactCalendarTargetHeight="300dp"
app:compactCalendarTextColor="#fff"
app:compactCalendarTextSize="20dp" />