/Card_Swipe_Layout

Primary LanguageJavaApache License 2.0Apache-2.0

Card Swipe Layout

Introduction

CardSwipeLayout - Use RecyclerView to achieve card swipe layout.

Screenshot

screenshot.gif

For build.gradle :

compile 'me.yuqirong:cardswipelayout:1.0.0'

Or Maven :

<dependency>
  <groupId>me.yuqirong</groupId>
  <artifactId>cardswipelayout</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>