Android状态栏图标设计
我正在开发一个小应用程序,一直困扰我的一件事是设计一个在所有手机上看起来都不错的状态栏图标
问题是,如果您遵循官方设计指南(http://developer.android.com/guide/practices/ui_guidelines/icon_design.html )您会得到一个在运行“标准 Android”(2.2 及更低版本)的手机上看起来很棒的图标,这些手机具有浅灰色状态栏,但运行自定义 UI(或 Android 2.3)的手机通常具有黑色或深灰色状态栏,并且您刚刚创建的设计精美的图标在这样的手机上看起来相当不合时宜且业余
有谁对此类图标的设计有什么好的建议吗?
I'm working on a little app, and one of things that has been bugging me is the design of a status bar icon that looks good on all phones
The problem is that if you follow the official design guidelines (http://developer.android.com/guide/practices/ui_guidelines/icon_design.html) you get an icon which looks great on phones running "standard Android" (2.2 and lower), which have light grey status bars, but phones running a customised UI (or Android 2.3) generally have black or dark grey status bars, and the beautifully designed icon you've just created looks rather out of place and amateurish on such a phone
Does anyone have any good suggestions for design of such icons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多应用程序在“首选项”部分中有一个选项,允许用户将图标从“浅色”更改为“深色”,从而支持多种通知栏颜色。
Many apps have an option in the "preferences" section that allows users to swap the icon from a "light" color to a "dark" color allowing support for multiple notification bar colors.