Skip to content

Commit 83bc638

Browse files
committed
Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
2 parents 0b485a1 + dd05a2e commit 83bc638

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ Time passed, finally...as you see right now.
1414

1515
![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif)
1616

17-
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.3/AndroidSwipeLayout-v1.1.3.apk)
17+
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk)
1818

19-
Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. But it only works in `ListView`. What a pity.
19+
Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component.
20+
21+
But it only works in `ListView`, and it has too many issues that they never care. What a pity!
2022

2123
When I start to make this library, I set some goals:
2224

2325
- Can be easily integrated in anywhere, ListView, GridView, ViewGroup etc.
2426
- Can receive `onOpen`,`onClose`,`onUpdate` callbacks.
2527
- Can notifiy the hidden children how much they have shown.
2628
- Can be nested each other.
29+
- Can handle complicate situation, just like [this](https://camo.githubusercontent.com/d145d9a9508b3d204b70882c05bc3d9bd433883c/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f3631306463303334677731656b686f6a7379326172673230386530366e6774312e676966).
30+
2731

2832
## Usage
2933

@@ -33,7 +37,7 @@ When I start to make this library, I set some goals:
3337
```groovy
3438
dependencies {
3539
compile 'com.android.support:support-v4:20.+'
36-
compile "com.daimajia.swipelayout:library:1.1.3@aar"
40+
compile "com.daimajia.swipelayout:library:1.1.4@aar"
3741
}
3842
```
3943

@@ -48,7 +52,7 @@ dependencies {
4852
<dependency>
4953
<groupId>com.daimajia.swipelayout</groupId>
5054
<artifactId>library</artifactId>
51-
<version>1.1.3</version>
55+
<version>1.1.4</version>
5256
<type>apklib</type>
5357
</dependency>
5458
```

0 commit comments

Comments
 (0)