Skip to content

Android Calendar with Events. Add events and easily find your events.

Notifications You must be signed in to change notification settings

kaushik546/Holiday-Event-Calender

Repository files navigation

Holiday-Event-Calender

This is an event calender where we are adding some events on holidays. So we can find out easily our holidays by those event.

calender

How to use this calender:

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" />    

Releases

No releases published

Packages

No packages published

Languages