在这里再补充一句,监听DrawerLayout还有另一个方法,是drawerLayout.setDrawerListener(new ...);在新版中这个方法已经过时,Google已经不推荐使用,这是给出的原因:This inspection reports where deprecated code is used in the specified inspection scope,翻译下来就是:本检验报告,不合法的代码在指定的检验范围。有兴趣的童靴可以仔细翻看一下代码,这里不做过多深究!在这里再补充一句,监听DrawerLayout还有另一个方法,是drawerLayout.setDr