Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.8 KB

README_CN.md

File metadata and controls

62 lines (48 loc) · 1.8 KB

ExpandRecyclerView

一个扩展RecyclerView的库,包括适配器,样式等等.

具体使用方式请看sample,还有Wiki文档中的说明。
如果有什么不懂的地方,欢迎骚扰。如果你在使用的过程中发现了bug,请告诉我,非常感谢。

文档在这里 Wiki

更新日志

注意

这个库包含RecyclerViewDecoration.如果你已经使用了RecyclerViewDecoration, 请删除它。

JitPack

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

dependencies {
     implementation 'com.github.arjinmc:ExpandRecyclerView:3.2'
}

Gradle

compile 'com.arjinmc.android:expandrecyclerview:3.2'

Maven

<dependency>
    <groupId>com.arjinmc.android</groupId>
    <artifactId>expandrecyclerview</artifactId>
    <version>3.2</version>
    <type>pom</type>
</dependency>
   Copyright 2017 arjinmc

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

images

image image