Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
This commit is contained in:
commit
a0b0678465
|
|
@ -14,9 +14,9 @@ Time passed, finally...as you see right now.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.0/AndroidSwipeLayout-Demo-1.0.1-snapshot.apk)
|
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.3/AndroidSwipeLayout-v1.1.3.apk)
|
||||||
|
|
||||||
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 they have too much limitation, only in ListView, or some other limitations.
|
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.
|
||||||
|
|
||||||
When I start to make this library, I set some goals:
|
When I start to make this library, I set some goals:
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ When I start to make this library, I set some goals:
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:20.+'
|
compile 'com.android.support:support-v4:20.+'
|
||||||
compile "com.daimajia.swipelayout:library:1.1.1@aar"
|
compile "com.daimajia.swipelayout:library:1.1.3@aar"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@ dependencies {
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.daimajia.swipelayout</groupId>
|
<groupId>com.daimajia.swipelayout</groupId>
|
||||||
<artifactId>library</artifactId>
|
<artifactId>library</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.3</version>
|
||||||
<type>apklib</type>
|
<type>apklib</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue