Support double click.
This commit is contained in:
代码家 2014-09-22 11:05:33 +08:00
parent 883b4be3ba
commit 0be6b95d3d
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Time passed, finally...as you see right now.
![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif) ![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif)
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk) [Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.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. 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.
@ -37,7 +37,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.5@aar" compile "com.daimajia.swipelayout:library:1.1.6@aar"
} }
``` ```
@ -52,14 +52,14 @@ dependencies {
<dependency> <dependency>
<groupId>com.daimajia.swipelayout</groupId> <groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId> <artifactId>library</artifactId>
<version>1.1.5</version> <version>1.1.6</version>
<type>apklib</type> <type>apklib</type>
</dependency> </dependency>
``` ```
#### Eclipse #### Eclipse
[AndroidSwipeLayout-v1.1.5.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.5/AndroidSwipeLayout-v1.1.5.jar) [AndroidSwipeLayout-v1.1.6.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.jar)
### Step 2 ### Step 2