DrawerLayout must be measured with MeasureSpec.EXACTLY error

前端 未结 12 2436
独厮守ぢ
独厮守ぢ 2020-12-03 16:54

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.

12条回答
  •  暖寄归人
    2020-12-03 17:39

    Make sure your activity is not a "Dialog" activity, check in the manifest. I made this mistake and got the error.

提交回复
热议问题