Android 是否鼓励重复使用他们的菜单图标?哪里可以得到它们?
他们没有在 http://developer.android 上写任何有关许可证的内容。 com/guide/practices/ui_guidelines/icon_design.html#menuapx(菜单图标)
我想他们希望标准图标在所有应用程序中看起来都相同,这样用户就不会感到困惑。正确的?
现在我想使用 Google Places 应用程序中的菜单图标“查看地图”(折叠地图)。我在哪里可以获得商业项目的它? (它不在 此处)
They do not write anything about licenses at http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#menuapx (Menu Icons)
I guess they want to have standard icons look the same in all apps, so users dont get confused. Right?
Now I would love to use the Menu-Icon "see map" (a folded map) from the Google Places App. Where can I get it for a commercial project? (Its not in here)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Places 是 Google 的专有应用程序,就像 Gmail、地图或语音一样。这些应用程序不是开源的,因此您无法在 git hub 中找到它们的图标。
坏主意:
您始终可以使用 DDMS 截取应用程序的屏幕截图并从中创建自己的图标,但您可能会面临一些法律风险(因为该应用程序不是开源的)。这就像为您的应用程序使用 Photoshop 图标一样。
Places is a proprietary app by Google, just like Gmail, Maps, or Voice. These apps are not open-source, so you won't be able to go and find their icons in the git hub.
BAD IDEA:
You could always take a screen shot of the app using DDMS and create your own icon from that, but you might be running some legal risks (since the app isn't open-source). It'd be like using the Photoshop icon for your app.