Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Change Log
# Change Log
Version 2.5.1 *(12-03-2016)*
----------------------------
It requires 14+ API and android support v7 23.2.1 (AppCompatActivity + Toolbar)
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.<br>
You are part of this project.

###Sample Application
### Sample Application

<a href="https://play.google.com/store/apps/details?id=br.liveo.navigationliveo" target="_blank">
<img alt="Android app on Google Play"
Expand All @@ -17,21 +17,21 @@ You are part of this project.

How to use? Very simple! : D

#If you want, check versions before
# If you want, check versions before

<b>Change Log</b><br>
<a href="https://github.com/rudsonlive/NavigationDrawer-MaterialDesign/blob/master/CHANGELOG.md" target="_blank">Log file</a>

#How to add to your project
# How to add to your project

###<b>Gradle</b>
### <b>Gradle</b>

```java
dependencies {
compile 'br.com.liveo:navigationdrawer-material:2.5.1'
}
```
###<b>Maven</b>
### <b>Maven</b>

```xml
<dependency>
Expand Down Expand Up @@ -84,13 +84,13 @@ note: colorPrimaryDark property theme "nLiveoDrawer" should receive a color with
</application>
````

#In your Activity...
# In your Activity...

<b>Create a class and it extends the NavigationLiveo and implement the br.liveo.interfaces.OnItemClickListener.</b>

Ex: public class <a href="https://github.com/rudsonlive/NavigationDrawer-MaterialDesign/blob/master/demo/src/main/java/br/liveo/ndrawer/ui/activity/MainActivity.java" target="_blank">MainActivity</a> 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"

<b>In the method "onInt" inform the items on your list</b>

Expand Down Expand Up @@ -176,7 +176,7 @@ Footer onClick - Inform the listener in .setOnClickFooter(onClickFooter) method
<img src="https://raw.githubusercontent.com/rudsonlive/NavigationDrawer-MaterialDesign/master/Screenshot/Screenshot_01.png">
<img src="https://raw.githubusercontent.com/rudsonlive/NavigationDrawer-MaterialDesign/master/Screenshot/Screenshot_02.png">

###<b>NavigationActionBarLiveo</b><br>
### <b>NavigationActionBarLiveo</b><br>
To use extends the NavigationActionBarLiveo <br>
<img src="https://raw.githubusercontent.com/rudsonlive/NavigationDrawer-MaterialDesign/master/Screenshot/Screenshot_03.png">

Expand All @@ -186,15 +186,15 @@ To remove the header, use the method ".removeHeader()"<br>
<br>
<b>Your application uses this library? You can promote it here! Just send your application that will be happy to disclose..</b> <br>

#Developed By<br>
# Developed By<br>
Name: Rudson Lima<br>
E-mail: [email protected]<br>
Subject: Navigation Drawer - Material Design
<br>

<b>When using the design please remove all images and strings referring to Live-O. Thank you: D <br></b>

#License
# License
```
Copyright 2015 Rudson Lima

Expand Down
20 changes: 10 additions & 10 deletions README_v1.0.5.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Navigation drawer (library)
# Navigation drawer (library)

It requires 14+ API and android support v7 22.1.0 (AppCompatActivity + Toolbar)

###Sample Application
### Sample Application

<a href="https://play.google.com/store/apps/details?id=br.liveo.navigationliveo" target="_blank">
<img alt="Android app on Google Play"
Expand All @@ -13,21 +13,21 @@ It requires 14+ API and android support v7 22.1.0 (AppCompatActivity + Toolbar)

How to use? Very simple! : D

#If you want, check versions before
# If you want, check versions before

<b>Change Log</b><br>
<a href="https://github.com/rudsonlive/NavigationDrawer-MaterialDesign/blob/master/CHANGELOG.md" target="_blank">Log file</a>

#How to add to your project
# How to add to your project

###<b>Gradle</b>
### <b>Gradle</b>

```groovy
dependencies {
compile 'br.com.liveo:navigationdrawer-material:1.0.5'
}
```
###<b>Maven</b>
### <b>Maven</b>

```groovy
<dependency>
Expand Down Expand Up @@ -80,7 +80,7 @@ note: colorPrimaryDark property theme "nLiveoDrawer" should receive a color with
</application>
````

#In your Activity...
# In your Activity...

<b>Create a class and it extends the NavigationLiveo and implement the NavigationLiveoListener.</b>

Expand All @@ -105,7 +105,7 @@ Ex: public class MainActivity extends NavigationLiveo implements NavigationLiveo
}
````

###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"

<b>In the method "onInt" inform the items on your list</b>

Expand Down Expand Up @@ -209,15 +209,15 @@ Footer onClick <br>
<b>Your app uses this library? You can promote it here! Just send your app that'll be happy to disclose.</b> <br>

<br>
#Developed By<br>
# Developed By<br>
Name: Rudson Lima<br>
E-mail: [email protected]<br>
Subject: Navigation Drawer - Material Design
<br>

<b>When using the design please remove all images and strings referring to Live-O. Thank you: D <br></b>

#License
# License
```
Copyright 2015 Rudson Lima

Expand Down