// 导航栏点击事件 toolbar.setOnClickListener{ // 打开侧滑栏 drawerLayout.openDrawer(leftSlideView); // 关闭侧滑栏 // drawerLayout.closeDrawer(leftSlideView); }