【发布时间】:2012-05-25 09:05:41
【问题描述】:
有没有办法改变菜单图标的 3 个点的颜色? 我想让它们完全白色,没有任何透明度,但在 android 样式/主题中没有找到任何东西?
仅供参考:我正在使用 actionbarsherlock。
提前致谢:)
【问题讨论】:
标签: android colors transparency android-actionbar
有没有办法改变菜单图标的 3 个点的颜色? 我想让它们完全白色,没有任何透明度,但在 android 样式/主题中没有找到任何东西?
仅供参考:我正在使用 actionbarsherlock。
提前致谢:)
【问题讨论】:
标签: android colors transparency android-actionbar
这是因为它们不是在代码中制作的,只需在您的可绘制目录中搜索图像com_actionbarsherlock/res/drawable-hdpi/abs__list_divider_holo_light.9.png,您就可以更改该图像的颜色。
【讨论】: