lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Minimizing functionality #34

Closed nedasvi closed 7 years ago

nedasvi commented 7 years ago

Hello, I would like to know how can I remove several items from navigation bar such as BoFs and Social media, everything seems almost hardcoded :) are there any way to achieve my goal to remove several items?

pavlo-savchuk commented 7 years ago

@Chiuvitas Hi. For your purpose you should use DrawerMenu (com.ls.ui.drawer.DrawerMenu); Just remove bofs item from list in getNavigationDrawerItems() method.

Regards, Pavlo Savchuk