Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Dec 8, 2013
1 parent 51126d4 commit a2787c9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features
-----
ListViewAnimations provides the following features:
* Appearance animations for items in ListViews, GridViews, and other AbsListViews;
* Built in animations include Alpha, SwingRightIn, SwingLeftIn, SwingBottomIn, SwingRightIn and ScaleIn.
* Built in animations include Alpha, SwingRightIn, SwingLeftIn, SwingBottomIn, SwingRightIn and ScaleIn.
* Other animations can easily be added
* Swipe-to-Dismiss, Swipe-To-Dismiss with contextual undo (and optionally count down);
* Drag-and-Drop reordering;
Expand All @@ -38,25 +38,24 @@ Setup
* Project > Clean to generate the binaries you need, like R.java, etc.
* Then, just add ListViewAnimations as a dependency to your existing project and you're good to go!

Or:
**Or**:

* [Download the .jar file][4]
* [Download the latest NineOldAndroids .jar file][17]
* Add the .jar files to your project's `libs` folder, or add them as external jars to your project's build path.

Or:
**Or**:

* Add the following to your `build.gradle`:
Add the following to your `build.gradle`:

repositories {
mavenCentral()
}
repositories {
mavenCentral()
}

dependencies{
compile 'com.nhaarman.listviewanimations:library:2.5.2'
compile 'com.nhaarman.listviewanimations:library:2.5.2'
}


Usage
-----
Please refer to the [Wiki][13] pages to learn more about how to use this library.
Expand Down

0 comments on commit a2787c9

Please sign in to comment.