diff --git a/README.md b/README.md index 07c1fec..6badcae 100644 --- a/README.md +++ b/README.md @@ -1,53 +1,55 @@ # Floating Navigation View -A simple Floating Action Button that shows an anchored Navigation View +A simple Floating Action Button that shows an anchored Navigation View and was inspired by [Menu Material Fixed](http://www.uplabs.com/posts/menu-material-fixed) created by [Tommaso Poletti](http://www.uplabs.com/tomma5o) ![Sample](https://raw.githubusercontent.com/andremion/Floating-Navigation-View/master/art/sample.gif) -## Inspiration - -This library was inspired by [Menu Material Fixed](http://www.uplabs.com/posts/menu-material-fixed) created by [Tommaso Poletti](http://www.uplabs.com/tomma5o) - ## Installation Include the library in your `build.gradle` - dependencies{ - compile 'com.github.andremion:floatingnavigationview:1.0.0' - } +```groovy +dependencies{ + compile 'com.github.andremion:floatingnavigationview:1.0.0' +} +``` or in your `pom.xml` if you are using Maven - - com.github.andremion - floatingnavigationview - 1.0.0 - +```xml + + com.github.andremion + floatingnavigationview + 1.0.0 + +``` ## Usage - - - - ... - - - - +```xml + + + + ... + + + + +``` ###Custom attributes @@ -60,8 +62,6 @@ or in your `pom.xml` if you are using Maven 3. If menu must be drawn below the FAB `` -You can explore more in [the sample](https://github.com/andremion/Floating-Navigation-View/tree/master/sample/src/main/java/com/andremion/floatingnavigationview/sample) - ## Libraries used in the project * [Design Support Library](http://developer.android.com/intl/pt-br/tools/support-library/features.html#design)