diff --git a/ListViewAnimationsExample.apk b/ListViewAnimationsExample.apk index f2d39438..aaba3a22 100644 Binary files a/ListViewAnimationsExample.apk and b/ListViewAnimationsExample.apk differ diff --git a/README.md b/README.md index c24223fb..39bfab63 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Developed By ----- * Niek Haarman -Special thanks +Special Thanks ----- * Roman Nurik - The ListViewAnimations library uses a modified version of his [SwipeDismissListViewTouchListener][5] to support swipe-to-dismiss. * Jake Warthon - To support devices pre-HC (<3.0), a jar file of [NineOldAndroids][2] is included. @@ -64,7 +64,7 @@ License [1]: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations [2]: http://nineoldandroids.com/ [3]: http://en.wikipedia.org/wiki/Decorator_pattern - [4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.3.0.jar?raw=true + [4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.3.1.jar?raw=true [5]: https://gist.github.com/romannurik/2980593 [6]: https://play.google.com/store/apps/details?id=com.haarman.treinverkeer [7]: https://www.twitter.com/niekfct diff --git a/com.haarman.listviewanimations-2.3.0.jar b/com.haarman.listviewanimations-2.3.1.jar similarity index 90% rename from com.haarman.listviewanimations-2.3.0.jar rename to com.haarman.listviewanimations-2.3.1.jar index 3de762f1..5435d3a1 100644 Binary files a/com.haarman.listviewanimations-2.3.0.jar and b/com.haarman.listviewanimations-2.3.1.jar differ diff --git a/example/AndroidManifest.xml b/example/AndroidManifest.xml index 6da9d0aa..c0f07ec3 100644 --- a/example/AndroidManifest.xml +++ b/example/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="22" + android:versionName="2.3.1" > - - - - - - - + android:name="com.haarman.listviewanimations.appearanceexamples.AppearanceExamplesActivity" + android:label="@string/appearance" /> - - - @@ -68,7 +38,7 @@ android:name="com.haarman.listviewanimations.GridViewActivity" android:label="@string/gridviewexample" /> diff --git a/example/README.txt b/example/README.txt new file mode 100644 index 00000000..02810d5d --- /dev/null +++ b/example/README.txt @@ -0,0 +1 @@ +Note: To be able to build the sample application you will need to add the android-support-v7-appcompat library to the project. \ No newline at end of file diff --git a/example/libs/android-support-v4.jar b/example/libs/android-support-v4.jar index 6080877d..cf12d283 100644 Binary files a/example/libs/android-support-v4.jar and b/example/libs/android-support-v4.jar differ diff --git a/example/project.properties b/example/project.properties index f04bf68d..c720bcea 100644 --- a/example/project.properties +++ b/example/project.properties @@ -12,4 +12,5 @@ # Project target. target=Google Inc.:Google APIs:18 -android.library.reference.1=../library +android.library.reference.1=..\\library +android.library.reference.2=../../../../../Program Files (x86)/Android SDK/extras/android/support/v7/appcompat diff --git a/example/res/layout/activity_appearanceexample.xml b/example/res/layout/activity_appearanceexample.xml new file mode 100644 index 00000000..4ab0c04e --- /dev/null +++ b/example/res/layout/activity_appearanceexample.xml @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/example/res/layout/activity_examples_animationin.xml b/example/res/layout/activity_examples_animationin.xml deleted file mode 100644 index fa1089c4..00000000 --- a/example/res/layout/activity_examples_animationin.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -