From 14762b7aeb4697e0082f91e44024d0d68c90189c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Tue, 26 Aug 2014 08:45:28 +0800 Subject: [PATCH] v1.0.1 --- README.md | 40 +++------------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 6924812..ebf2a83 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ When I start to make this library, I set some goals: ```groovy dependencies { - compile "com.daimajia.swipelayout:library:1.0.0@aar" + compile "com.daimajia.swipelayout:library:1.0.1@aar" } ``` @@ -42,51 +42,17 @@ dependencies { com.daimajia.swipelayout library - 1.0.0 + 1.0.1 apklib ``` #### Eclipse +[AndroidSwipeLayout-v1.0.1.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.1.jar) ### Step 2 -Create a `SwipeLayout`: - -- `SwipeLayout` must have 2 children (all should be an instance of `ViewGroup`). - -```xml - - - - - - - - - - - - - -``` - -There are some preset examples: [example1](./demo/src/main/res/layout/sample1.xml), [example2](./demo/src/main/res/layout/sample2.xml), [example3](./demo/src/main/res/layout/sample3.xml). - -### Step3 - -[Source code](./demo/src/main/java/com/daimajia/swipedemo/MyActivity.java). [Wiki Usage](https://github.com/daimajia/AndroidSwipeLayout/wiki/usage) ## Wiki