We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e158a2 commit 9258641Copy full SHA for 9258641
README.md
@@ -5,7 +5,10 @@
5
ECardFlow, A custom ViewPager for multiple card flow system.designed by [Leo Leung](https://ios.uplabs.com/posts/multiple-card-flow
6
)
7
ECardFlow, 一个用于复数卡片滑动与展开效果的ViewPager控件,设计原型出自[Leo Leung](https://ios.uplabs.com/posts/multiple-card-flow
8
-)
+)
9
+
10
+ECardFlowLayout, A layout provide beautiful background effect for ViewPager.
11
+ECardFlowLayout, 一个为ViewPager提供多种联动背景效果的布局
12
13
#Preview
14
<b>ECardFlow:</b>
@@ -31,7 +34,7 @@ Step 1. Add the JitPack repository to your build file
31
34
Step 2. Add the dependency
32
35
33
36
dependencies {
- compile 'com.github.codeestX:ECardFlow:v1.0.1'
37
+ compile 'com.github.codeestX:ECardFlow:v1.0.2'
38
}
39
40
Step 3. Just use it as a ViewPager
0 commit comments