/AligningRecyclerView

Extension of RecyclerView that can get its scrolling synchronized with others of its kind.

Primary LanguageJavaCreative Commons Attribution 4.0 InternationalCC-BY-4.0

AligningRecyclerView Android Arsenal

master Build Status

Download

Release Release

Gradle

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

compile 'com.github.stoyicker:aligningrecyclerview:(insert latest version)'

Maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

<dependency>
  <groupId>com.github.stoyicker</groupId>
  <artifactId>aligningrecyclerview</artifactId>
  <version>(insert latest version)</version>
</dependency>

Compatible with API 9 and higher.

Pull requests are welcome. See the guidelines for contributing.

Usage

Just replace your RecyclerViews with AlignRecyclerViews and you're good to go!

License

AligningRecyclerView (c) by Jorge Antonio Diaz-Benito Soriano

AligningRecyclerView is licensed under a Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by/4.0/.

Open source licenses: See THIRD_PARTY.md