DrawerLayout must be measured with MeasureSpec.EXACTLY error

前端 未结 12 2428
独厮守ぢ
独厮守ぢ 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:31

    Even I tried the Drawer's layout_height = "match_parent" but also java threw an error, so I just restarted android studio it worked no errors were found

提交回复
热议问题