You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@
15
15
>
16
16
> -[ Migrating from `NavigationView`](#migrate)
17
17
> -[ Fast Implementation ](#fastImplementation)
18
+
> -[ Contribute ](#contribute)
18
19
> -[ Credits ](#credits)
20
+
> -[ License ](#license)
19
21
20
22
<aname="introduction"></a>
21
23
## Introduction
@@ -190,9 +192,19 @@ Want to use it fast? Then here it is..<br>
190
192
In Android Studio, Right Click -> `New` -> `Activity` -> `Navigation Drawer Activity` and done.
191
193
Then Change just package in layout file and class name in Activity code file and you're done. Run your app and see magic :rocket:
192
194
195
+
<aname="contribute"></a>
196
+
## Contribute
197
+
Let's develop with collaborations. We would love to have contributions by raising issues and opening PRs. Filing an issue before PR is must.
198
+
If you have design/UI related idea, you can also do contributions in that.
199
+
See [Contributing Guidelines](CONTRIBUTING.md).
193
200
201
+
<aname="credits"></a>
194
202
## Credits
195
203
This library is built using following open-source libraries.
196
204
-[Material Components for Android](https://github.com/material-components/material-components-android)
197
205
198
206
If you like this library, Please start this repo and share with someone who need it. You can contribute if you have any suggestions or ideas to improve it.
207
+
208
+
<aname="license"></a>
209
+
## License
210
+
Project is published under the Apache 2.0 license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)
0 commit comments