diff --git a/README.md b/README.md index 78be3e7..0617073 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#Navigation drawer (library) +# Navigation drawer (library) It requires 14+ API and android support v7 23.2.1 (AppCompatActivity + Toolbar) -###Special thanks :D +### Special thanks :D Jacob A. Moura for all his ideas, dedication, time and help.
You are part of this project. -###Sample Application +### Sample Application Android app on Google PlayChange Log
Log file -#How to add to your project +# How to add to your project -###Gradle +### Gradle ```java dependencies { compile 'br.com.liveo:navigationdrawer-material:2.5.1' } ``` -###Maven +### Maven ```xml @@ -84,13 +84,13 @@ note: colorPrimaryDark property theme "nLiveoDrawer" should receive a color with ```` -#In your Activity... +# In your Activity... Create a class and it extends the NavigationLiveo and implement the br.liveo.interfaces.OnItemClickListener. Ex: public class MainActivity extends NavigationLiveo implements OnItemClickListener { -###Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt" +### Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt" In the method "onInt" inform the items on your list @@ -176,7 +176,7 @@ Footer onClick - Inform the listener in .setOnClickFooter(onClickFooter) method -###NavigationActionBarLiveo
+### NavigationActionBarLiveo
To use extends the NavigationActionBarLiveo
@@ -186,7 +186,7 @@ To remove the header, use the method ".removeHeader()"

Your application uses this library? You can promote it here! Just send your application that will be happy to disclose..
-#Developed By
+# Developed By
Name: Rudson Lima
E-mail: rudsonlive@gmail.com
Subject: Navigation Drawer - Material Design @@ -194,7 +194,7 @@ Subject: Navigation Drawer - Material Design When using the design please remove all images and strings referring to Live-O. Thank you: D
-#License +# License ``` Copyright 2015 Rudson Lima