Skip to content

Android 课程表 自定义layoutmanager recyclerview kotlin

Notifications You must be signed in to change notification settings

Icyrockton/IcyTimeTable

Repository files navigation

IcyTimeTable

Android 课程表 class time table (Recyclerview custom LayoutManager) Kotlin

[]

Releases

in your project build.gradle

	allprojects {  
		repositories {   // important not  buildscript repositories
			...
			maven { url 'https://jitpack.io' }
		}
	}

in your app build.gradle

  	dependencies {
          implementation 'com.github.Icyrockton:Icytimetable:1.0'
      }