Skip to content

轻量日历,手势翻页,无嵌套,速度快,性能高

Notifications You must be signed in to change notification settings

kalu-github/module_calendar

Repository files navigation

image

image image

自定义属性

 <declare-styleable name="CalendarLayout">
    <!-- 最小年份 -->
    <attr name="cl_min_year" format="integer|reference" />
    <!-- 最小年份的月份 -->
    <attr name="cl_min_year_month" format="integer|reference" />
    <!-- 最大年份 -->
    <attr name="cl_max_year" format="integer|reference" />
    <!-- 最大年份的月份 -->
    <attr name="cl_max_year_month" format="integer|reference" />
    <!-- 默认选中:年 -->
    <attr name="cl_select_year" format="integer|reference" />
    <!-- 默认选中:月 -->
    <attr name="cl_select_month" format="integer|reference" />
    <!-- 默认选中:日 -->
    <attr name="cl_select_day" format="integer|reference" />
    <!-- 默认选中:背景色 -->
    <attr name="cl_bg_select_color" format="color|reference" />
    <!-- 今天:背景色 -->
    <attr name="cl_bg_today_color" format="color|reference" />
    <!-- 今天:日期文字颜色 -->
    <attr name="cl_today_text_color" format="color" />
    <!-- 今天:农历文字颜色 -->
    <attr name="cl_today_lunar_text_color" format="color" />
    <!-- 当月:日期文字颜色 -->
    <attr name="cl_current_text_color" format="color" />
    <!-- 当月:农历文字颜色 -->
    <attr name="cl_other_text_color" format="color" />
    <!-- 其它月:日期文字颜色 -->
    <attr name="cl_current_lunar_text_color" format="color" />
    <!-- 其它月:农历文字颜色 -->
    <attr name="cl_other_lunar_text_color" format="color" />
    <!-- 星期栏:高度 -->
    <attr name="cl_week_height" format="dimension|reference" />
    <!-- 星期栏:文字颜色 -->
    <attr name="cl_week_text_size" format="dimension|reference" />
    <!-- 星期栏:背景颜色 -->
    <attr name="cl_week_bg_color" format="color|reference" />
    <!-- 星期栏:文字颜色 -->
    <attr name="cl_week_text_color" format="color|reference" />
</declare-styleable>

About

轻量日历,手势翻页,无嵌套,速度快,性能高

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages