xiaojianglaile / Calendar

Android日历 仿小米 华为 滴答清单 365日历(农历),周视图 月视图 平滑滚动 节假日 五六行周切换 week or month calendar
1.3k stars 254 forks source link

RecyclerView条目条多,后续条条目无法显示 #10

Open ghost opened 7 years ago

ghost commented 7 years ago

RT RecyclerView条目条多,后续条条目无法显示

bakonMa commented 7 years ago

也遇到了,也想知道怎么解决

bakonMa commented 7 years ago

ScheduleLayout 高度有问题,切换月,周,下面会出现边距,不知道怎么解决

xiaojianglaile commented 7 years ago

去掉ScheduleLayout里面onMesure里面的计算自身高度那行代码 resetHeight(this, height)

bakonMa commented 7 years ago

ok 可以了 辛苦了

Hichencha commented 7 years ago

Thank you