Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在制作一个动态壁纸,其中我有一个应用抽屉按钮,但我无法授予它权限并且无法删除主应用抽屉按钮。
如何使上述应用程序抽屉按钮工作并删除原始按钮。用新的替换原来的应用程序抽屉
改为setDrawerIndicatorEnabled假
setDrawerIndicatorEnabled
ActionBarDrawerToggle toggle = new ActionBarDrawerToggle( this, drawer, mToolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close); toggle.setDrawerIndicatorEnabled(false);