Skip to content

Commit

Permalink
added attribution to Antonio Leiva
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelPeinado committed Jun 1, 2013
1 parent 8bc0ff1 commit 1631e1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or if you use maven, add the following dependency to your pom:
<dependency>
<groupId>com.github.manuelpeinado.fadingactionbar</groupId>
<artifactId>fadingactionbar</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<type>apklib</type>
</dependency>
```
Expand All @@ -51,7 +51,8 @@ You can even use the library [from a fragment][7], which is useful when implemen
Acknowledgements
--------------------

* Thanks to Cyril Mottier for sharing the techniques that make this library possible.
* Thanks to [Cyril Mottier][8] for sharing the techniques that make this library possible.
* Thanks to [Antonio Leiva][9] for writing the Navigation Drawer sample.


Who's using it
Expand Down Expand Up @@ -105,5 +106,7 @@ License
[5]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/sample/src/com/manuelpeinado/fadingactionbar/demo/ScrollViewActivity.java
[6]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/sample/src/com/manuelpeinado/fadingactionbar/demo/ListViewActivity.java
[7]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/sample/src/com/manuelpeinado/fadingactionbar/demo/SampleFragment.java
[8]: http://cyrilmottier.com
[9]: https://github.com/antoniolg


0 comments on commit 1631e1c

Please sign in to comment.