If I create a navigation drawer without nothing, it works perfectly. If i.e. I call
setContentView(R.layout.screen_one);
for to show another screen, the navigation drawer doesn't work anymore. I press the button on the action bar but nothing to do.
Where is the mistake? Thanks