Material Calendar View

介绍:

一个Material风格的日历视图,其中日历月视图是使用GridLayout实现的。ps:其实我还是喜欢通过直接继承自View的方式。

运行效果:

使用说明:

<com.prolificinteractive.materialcalendarview.MaterialCalendarView
    android:id="@+id/calendarView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:showOtherDates="boolean"
    app:arrowColor="color"
    app:selectionColor="color"
    app:headerTextAppearance="style"
    app:dateTextAppearance="style"
    app:weekDayTextAppearance="style"
    />
已下载
0