插件效果如图所示:
使用:
引入:在build.gradle中添加 implementation 'com.prolificinteractive:material-calendarview:1.4.0';
应用:
(1)所在的activity要
implements CalFragment.OnFrgDataListener
(2)
CalFragment calendarViewFragment= new CalFragment();
calendarViewFragment.show(getSupportFragmentManager(), "timeChoose");
</