Skip to content

Commit

Permalink
Added Do NOT section
Browse files Browse the repository at this point in the history
  • Loading branch information
Younès committed Jan 7, 2015
1 parent b5b2c39 commit 77604b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ public class MyActivity extends MaterialNavigationDrawer implements MaterialAcco
}
}
```
N.B. Not override <code>OnCreate</code> method! Use <code>init</code> method instead.<br>
#### Do NOT

- Override <code>OnCreate</code> method! Use <code>init</code> method instead.
- Call <code>setContentView</code> in the activity since the library will do it with its own layout (move the call into the fragment).

<h3>How to import </h3>
<h6>Android Studio</h6>
Expand Down

0 comments on commit 77604b5

Please sign in to comment.