Android精美日历控件CalendarView自定义使用完全解析

本文介绍了如何使用CalendarLayoutAPI进行日历视图的定制,包括展开/收缩功能,以及如何通过attr配置自定义月视图和周视图,提供详细的API方法和示例,以实现高度可定制的日历组件。
摘要由CSDN通过智能技术生成

</com.haibin.calendarview.CalendarLayout>

CalendarLayout api

public void expand(); //展开

public void shrink(); //收缩

public boolean isExpand();//是否已经展开

CalendarView

真正的日历类,可以自行通过attr配置

<com.haibin.calendarview.CalendarView
android:id=“@+id/calendarView”
android:layout_width=“match_parent”
android:layout_height=“wrap_content”
android:background=“#fff”
app:current_month_text_color=“#333333”
app:current_month_lunar_text_color=“#CFCFCF”
app:min_year=“2004”
app:max_year=“2020”
app:other_month_text_color=“#e1e1e1”
app:other_month_lunar_text_color=“#e1e1e1”
app:scheme_text=“假”
app:scheme_text_color=“#333”
app:scheme_theme_color=“#128c4b”
app:selected_lunar_text_color=“#CFCFCF”
app:month_view=“com.haibin.calendarviewproject.meizu.MeiZuMonthView”
app:week_view=“com.haibin.calendarviewproject.meizu.MeizuWeekView”
app:selected_text_color=“#333”
app:selected_theme_color=“#108cd4”
app:week_background=“#fff”
app:week_text_color=“#111”
app:year_view_day_text_color=“#333333”
app:year_view_day_text_size=“9sp”
app:year_view_month_text_color=“#ff0000”
app:year_view_month_text_size=“20sp”
app:year_view_scheme_color=“#f17706”/>

完整attr



























 

CalendarView api

public int getCurDay(); //今天
public int getCurMonth(); //当前的月份
public int getCurYear(); //今年
public void showSelectLayout(final int year); //快速弹出年份选择月份
public void closeSelectLayout(final int position); //关闭选择年份并跳转日期

/**

  • 设置日期范围
  • @param minYear 最小年份
  • @param minYearMonth 最小年份对应月份
  • @param maxYear 最大月份
  • @param maxYearMonth 最大月份对应月份
    */
    public void setRange(int minYear, int minYearM
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值