We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0df10 commit e3076b0Copy full SHA for e3076b0
README.md
@@ -1,7 +1,24 @@
1
-**利用RecyelerView打造的炫酷滑动卡片,支持左滑右滑删除**
+## 利用RecyelerView打造的炫酷滑动卡片,支持左滑右滑删除
2
3
-**具体细节可移步[《如何利用RecyclerView打造炫酷滑动卡片》](http://www.jianshu.com/p/7977006d2d6a),欢迎大家fork AND star!**
+### 集成
4
5
-**动画效果**
+#### Android Studio
6
+**1.在项目根目录 build.gradle文件中加入:**
7
+
8
+ allprojects {
9
+ repositories {
10
+ ...
11
+ maven { url "https://jitpack.io" }
12
+ }
13
14
+**2.在app build.gradle文件中添加依赖**
15
16
+ dependencies {
17
+ compile 'com.github.HalfStackDeveloper:SwipeCardRecyclerView:v1.0.0'
18
19
20
+### 具体细节可移步[《如何利用RecyclerView打造炫酷滑动卡片》](http://www.jianshu.com/p/7977006d2d6a),欢迎大家fork AND star!
21
22
+### 动画效果
23
24

0 commit comments