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.
在我的应用程序中,我使用了抽屉布局,遵循Android Developer的示例。
您可能知道,左上角的 Toggle 按钮的 3 行是浅灰色的……好吧,我想将它们的颜色设置为白色,因为 ActionBar 是浅蓝色的。
你知道怎么做吗?非常感谢!
您必须更改res/drawable/ic_drawer.png应用程序文件夹中的图像。
res/drawable/ic_drawer.png
已解决:真的很简单!我必须在 res/drawable/ic_drawer.png 上的 photoshop 中应用白色级别,然后重新加载 eclipse!