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.
我正在使用MaterialDrawer库,并尝试更改汉堡包图标。我在这里 找到了这个答案。
但我无法从答案中理解如何toggle在那里使用变量,它似乎对我不起作用。
toggle
那有什么办法改变它吗?
根据您正在使用的库的文档,您可以使用以下代码片段在 hamburger-icon 和 back-arrow 图标之间切换:
result.getActionBarDrawerToggle().setDrawerIndicatorEnabled(false); getSupportActionBar().setDisplayHomeAsUpEnabled(true);