I am trying to implement a Navigation drawer, but I keep getting this error. I saw the similar questions but did not work for me. I have the following layout activity_main2.
By mistake, I set a custom dialog theme to the activity instead of a custom activity theme:
activity.setTheme(R.style.StyledDialogTheme);
After i corrected this, it workes again.