Android日歷視圖:SilkCal

jopen 9年前發布 | 18K 次閱讀 SilkCal Android開發 移動開發

Android calendar視圖,靈感源于 Sunrise calendar 和 iOS7 stock calendar。滾動月的時候會高亮顯示當前年月。

運行效果:

使用說明:

本庫根據Robin ChutauxCalendarListview 改編。


在依賴中添加compile'me.nlmartian.silkcal:silkcal:0.1.0'


按如下方法把jcenter添加到repositories:


allprojects {
   repositories {
       jcenter()
   }
}


把DayPickerView添加到布局:


  <me.nlmartian.silkcal.DayPickerView
        xmlns:calendar="http://schemas.android.com/apk/res-auto"
        android:id="@+id/calendar_view"
        android:layout_width="match_parent"
        android:layout_height="260dp"
        android:background="@android:color/white"
        calendar:drawRoundRect="false"/>


項目主頁:http://www.baiduhome.net/lib/view/home/1434354257442

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!