Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xgc1986 committed Jun 23, 2014
1 parent d245cee commit 5f22069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,15 +1,15 @@
Change Log
===============================================================================

*(2013-07-23)*
*(2014-07-23)*
--------------
* [Issue #1]Change project title to ParallaxPagerTransformer (as suggested by <a href="https://github.com/tasomaniac" target="_blank">tasomaniac</a>)
* Exported to sonatype.org
* Delete some resources from SampleParallaxProjectSample
* SampleParallaxProjectSample is importing the library from sonatype
* Fix some layout issue from SampleParallaxProjectSample

*(2013-06-28)*
*(2014-06-28)*
--------------
* Add `void setBorder(int px)`. Sets a current border while de transition between twopages, the border's with is `px`.

Expand All @@ -21,4 +21,4 @@ Change Log
parallaxTransformer.setBorder(3);
mPager.setPageTransformer(false, parallaxTransformer);
/** ... **/
```
```

0 comments on commit 5f22069

Please sign in to comment.