我在我的CalendarView
一个项目中使用该标准。当我在对话框中显示它时,它似乎可以正常工作,但是当我在应用程序的另一个活动中显示它时,它似乎随机漏掉了几个星期。在日历中上下滚动会使它们再次出现,但其他则消失。通常缺少的一周是包括我设置为使用的日期的那一周,setDate()
因此甚至没有显示选定的日期。
有没有其他人看到过这种行为CalendarView
?我正在使用 SDK v17
。
<CalendarView
android:id="@+id/cv_planner"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:padding="@dimen/item_list_padding"
android:selectedDateVerticalBar="@color/teal"
android:selectedWeekBackgroundColor="@color/teal"
android:showWeekNumber="true" />