federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.11k forks source link

Navigation Drawer #348

Open neelpatel62 opened 7 years ago

neelpatel62 commented 7 years ago

HI Guys, How "Settings" is implement in Navigation Drawer ? I cannot find it in array-list and didn't find how it is displayed in Navigation Drawer. Please Guide me as i want to add new section in Navigation Drawer

federicoiosue commented 7 years ago

The settings text item is managed here but if you want to add another item to the navigation drawer what you should edit is the arrays.xml file

neelpatel62 commented 7 years ago

Well i try to update arrays.xml but i cannot find onclick events for it. As i want to call new activity on onclick event.

neelpatel62 commented 7 years ago

And how settings is updated in navigation

federicoiosue commented 7 years ago

@neelpatel62 here is where actions are performed https://github.com/federicoiosue/Omni-Notes/blob/develop/omniNotes/src/main/java/it/feio/android/omninotes/async/MainMenuTask.java