Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 450 Bytes

LeftSectionRecyclerView

使用RecyclerView 分组展示图片

使用

    allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }
    
      dependencies {
           compile 'com.github.lx2308:LeftSectionRecyclerView:$version'
    }