项目作者: kaushik546

项目描述 :
Android Calendar with Events. Add events and easily find your events.
高级语言: Java
项目地址: git://github.com/kaushik546/Holiday-Event-Calender.git
创建时间: 2019-06-24T23:29:14Z
项目社区:https://github.com/kaushik546/Holiday-Event-Calender

开源协议:

下载


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:

  1. <com.github.sundeepk.compactcalendarview.CompactCalendarView xmlns:app="http://schemas.android.com/apk/res-auto"
  2. android:id="@+id/compactcalendar_view"
  3. android:layout_width="fill_parent"
  4. android:layout_height="290dp"
  5. android:layout_marginLeft="2dp"
  6. android:layout_marginTop="2dp"
  7. android:layout_marginRight="2dp"
  8. android:layout_marginBottom="2dp"
  9. android:paddingTop="10dp"
  10. app:compactCalendarBackgroundColor="#ffe95451"
  11. app:compactCalendarCurrentDayBackgroundColor="#B71C1C"
  12. app:compactCalendarCurrentDayIndicatorStyle="fill_large_indicator"
  13. app:compactCalendarCurrentSelectedDayBackgroundColor="#E57373"
  14. app:compactCalendarEventIndicatorStyle="fill_large_indicator"
  15. app:compactCalendarMultiEventIndicatorColor="#fff"
  16. app:compactCalendarTargetHeight="300dp"
  17. app:compactCalendarTextColor="#fff"
  18. app:compactCalendarTextSize="20dp" ></com.github.sundeepk.compactcalendarview.CompactCalendarView>