4 不赞成使用setDrawerListener方法 当我在应用程序上做某事时,我发现应用程序上的导航抽屉减小了尺寸。但是我对此没有做任何事情。 然后,在检查了代码之后,我发现不赞成使用setDrawerListener。有人对此有解决方案吗? drawerLayout.setDrawerListener(actionBarDrawerToggle); 226 android drawerlayout deprecation-warning
9 如何在NavigationView中自定义项目背景和项目文本颜色? 我想要实现“材料设计文档”中所示的类似内容。 colorControlHighlight 用于选中项目的背景。 我需要自定义: 未经检查的背景 文字颜色已选中 文字颜色未选中 76 android material-design drawerlayout android-design-library navigationview