huanghaibin-dev / CalendarView

Android上一个优雅、万能自定义UI、仿iOS、自定义动画,支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
Apache License 2.0
9.11k stars 1.79k forks source link

Scheme显示不全 #804

Open changhelaobiao opened 2 years ago

changhelaobiao commented 2 years ago

最后一行的scheme显示不全 image

changhelaobiao commented 2 years ago

最后一行的scheme展示不全,高度不够,有没有什么配置可以设置的呢

angcyo commented 2 years ago

可以通过calendar_height属性, 指定item的高度.

app:calendar_height="100dp"

changhelaobiao commented 2 years ago

app:calendar_height="100dp" 这个是用来设置每行的高度的,只能控制行高,但是最后一行还是一样的