2016-07-15 59 views
2

我想开发日历列表视图。我尝试使用日历视图。日历列表视图Android

<CalendarView 
    android:id="@+id/calendarView" 
    android:layout_width="match_parent" 
    android:layout_height="300dp" 
    android:layout_marginBottom="16dp" 
    android:layout_marginTop="16dp" 
    /> 

但是这个水平滚动。我没有找到任何属性来垂直滚动它。我怎样才能实现垂直滚动效果?

更新:我也想为附件中的不同日期设置不同的背景。

enter image description here

+0

对于检查[这](https://github.com/square/android-times-square)和[此](https://github.com/traex/CalendarListview) – Nisarg

+0

发布了一个类似的问题[here](http://stackoverflow.com/questions/37822403/android-calenderview-change-scroll-direction-to-vertical)一会儿回来,没有答案。为什么不尝试一些库来代替它来帮助你达到这个效果? – jayeshsolanki93

+0

我已经提到[链接](https://github.com/traex/CalendarListview),但它不显示以前的日期。它从当天开始显示。 @Nisarg –

回答