Android Question Problem with AHNavigationDrawer

brelto85

Active Member
Licensed User
Longtime User
I've added the AHNavigationDrawer into my app
in activity_create i have the follow code:

B4X:
...
Activity.LoadLayout("LayoutMain")
mNavigationDrawer.Initialize("Drivi - Drive Safely", "logo.png", True, Colors.ARGB(127, 54, 180, 215), "Light", True, True, True, wOverflowItems, "Drawer", Activity, Me)
...

All the views added with the designer doesn't work
I've a button added with designer and the click event not fired

if i delete the NavigationDrawer the click event works fine
where is the problem?
 
Top