kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

Refactored NavigationDrawerAdapter parameter names to match parent #18

Closed manbearwiz closed 8 years ago

manbearwiz commented 9 years ago

Simple change but the main reason I did this was the current use of i instead of viewType in onCreateViewHolder(). When merging I would suggest doing this one before #16 since that one moves files.

This also contains the updates from #15 but does not depend on them.