Cannot resolve symbol DrawerLayout

前端 未结 3 2244
梦如初夏
梦如初夏 2021-02-19 16:55

I\'m trying to implement the Navigation Drawer as shown here: http://developer.android.com/training/implementing-navigation/nav-drawer.html#top

My code seems to be ok,

3条回答
  •  心在旅途
    2021-02-19 17:10

    You need to make sure you are using the latest support library as the DrawerLayout and other items were added in the May 2013 release.

    • Added DrawerLayout for creating a Navigation Drawer that can be
      pulled in from the edge of a window.

提交回复
热议问题