I\'m following this tutorial from and I\'m facing with a strange problem.
It doesn\'t matter what\'s in my DrawerLayout, but if its layout_height
DrawerLayout
layout_height
I found putting requestWindowFeature(Window.FEATURE_NO_TITLE); before setContent() could solve this in my case.
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContent()