RecyclerView的成对sticky header效果:Header-decor

jopen 9年前

Android RecyclerView的成对固定表头效果。

A Sample app is available on Google Play:

Header decor sample app image

Usage

This library is available inaarformat.

If you are using gradle:

dependencies {      compile 'ca.barrenechea.header-decor:header-decor:0.2.2' }

If you are using maven:

<dependency>      <groupId>ca.barrenechea.header-decor</groupId>      <artifactId>header-decor</artifactId>      <version>0.2.2</version>  </dependency>

项目主页:http://www.open-open.com/lib/view/home/1434356717801