From c343fd59700c5041599fd37ec3f8f401e0be03a8 Mon Sep 17 00:00:00 2001 From: William Mora Date: Tue, 23 Sep 2014 21:38:22 -0300 Subject: [PATCH] Updated doc for next release --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7879a2a..f5348e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Library that implements Snackbar types: single-line (default) and multi-line (2 lines max). You can also set the duration of the Snackbar similar to a Toast. Animation disabling is also possible.
```java @@ -62,11 +75,16 @@ Snackbar.with(getApplicationContext()) // context }) // action button's ActionClickListener .show(this); // activity where it is displayed ``` -It uses Roman Nurik's SwipeToDismiss sample code to implement the swipe-to-dimiss functionality.

-If you would like to add features to it or report any bugs, refer to the issues section.

+It uses [Roman Nurik's SwipeToDismiss sample code](https://github.com/romannurik/android-swipetodismiss) to implement the swipe-to-dimiss functionality.

+If you would like to add features to it or report any bugs, refer to the [issues](https://github.com/wmora/snackbar/issues) section.

+ +# Examples +There's a sample app included in the project. [SnackbarSampleActivity](./sample/src/main/java/com/williammora/sample/snackbar/SnackbarSampleActivity.java) is where you want to start. -# Developed By +# Contributors + William Mora - [@_williammora](https://twitter.com/_williammora) - william.r.mora@gmail.com ++ [Lewis Deane](https://github.com/lewisjdeane) ++ [Andrew Hughes](https://github.com/ashughes) ## License [MIT](./LICENSE) \ No newline at end of file