2016-07-15 88 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 –

回答