Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 827 Bytes

File metadata and controls

34 lines (27 loc) · 827 Bytes

Release

XLayoutManager项目简介 自定义LayoutManage

使用方法

build.gradle文件中添加:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

并且:

dependencies {
    implementation 'com.github.ashLikun:XLayoutManager:{latest version}'
}

详细介绍

用法与普通的LayoutManage 相差无几

效果图

EchelonLayoutManager PickerLayoutManager SlideLayoutManager
img1 img2 img3
SkidRightLayoutManager ViewPagerLayoutManager FrameLayouManage
img4 img5 img6