OnClickListener not responding

When using a DrawerLayout, there should be only one main content View, with the drawer View – in this case, your ListView – listed after it. Using a DrawerLayout in any other way will result in incorrect, unpredictable behavior, often preventing normal interaction with other layout elements.

A tutorial with links to a sample and docs can be found on this developer page.

Leave a Comment