Android 彩色菜单图标
Android 菜单图标总是单色而不是彩色有原因吗?我有什么理由不应该使用彩色菜单图标吗?
Is there are a reason why android menu icons are always monochrome and not color? Is there any reason why i shouldn't use color menu icons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
此处列出了设计指南。 http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
我认为这有助于保持不同制造商的不同应用程序和设备之间的一致性。我的三星 Galaxy S 的亮点是蓝色,因此蓝色图标看起来不太好。
The design guidelines are laid out here. http://developer.android.com/guide/practices/ui_guidelines/icon_design.html
I think it helps maintain consistency among the different apps and devices by different manufacturers. My Samsung Galaxy S's highlight is a blue color so a blue icon would not look good.
这是由于 android 风格指南。每种不同类型的图标都有不同的样式,因此当用户看到特定样式的图标时他们就知道它的含义。请参阅图标设计文档中的菜单图标指南。
您不必遵循这些指南(与 Apple 不同,如果您不这样做,Google 也不会拒绝您的应用),但这样做是个好主意,除非您有充分的理由说明这样做对您的用户更好如果你不这样做。
This is due to the android style guide. Each different kind of icon has a different style, so that when the user sees an icon of a particular style they know what it means. See the guidelines for menu icons in the icon design doc.
You don't have to follow the guidelines (unlike Apple, Google won't reject your app if you don't), but its a good idea to do so unless you have a really strong reason why it would be better for your users if you don't.
风格。他们决定这样做。我不明白为什么你不能使用自己的颜色图标,如果你认为它看起来更好。
Style. Just the way they decided to do it. I don't see why you couldn't use your own color icons if you think it looks better.
我认为遵守指南的一个主要原因是
“随着Android版本的变化,你会得到很好的支持。”
A main reason I see to stick to the guidelines is
"You will get a good support as the Android version changes."