支持 Android 应用程序中的本地化图标
Android Market 是否支持应用程序的本地化图标?我在市场概况上找不到它。
Does Android Market support localized icons for applications? I could not find it on market profile.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的应用程序图标位于设备上的本地化drawable-LOCALE 文件夹中,则应用程序图标可以是本地化版本。目前,随着网络市场的更新,您在发布时上传高分辨率应用程序图标,并且该图标在市场中使用。因此应用程序中的本地化图标,市场上的标准图标。
If your application icon is in a localized drawable-LOCALE folder then on the device, the application icon can be a localized version. Currently with the web market updates, you upload a hi-res application icon when you publish, and that icon is used in the market. So localized icon in the app, standard icon in the market.
您可以在 mipmap 中使用限定符。
例如,我有一个具有英语和阿拉伯语两种语言的应用程序。我将英文图标应用程序放入普通 mipmap 中,并为阿拉伯语版本创建一个新文件夹。希望这个屏幕截图能澄清我的观点:
在 Finder 窗口中:
在 Android Studio 中:
了解更多信息,请参阅:https://developer .android.com/training/basics/supporting-devices/languages
You can use qualifiers in mipmap.
For example, I have an app that has two language English and Arabic. I put my English icon app in the normal mipmap and create a new folders for Arabic version. Hope this screenshots clear my point:
In Finder windows:
In Android Studio:
for more info see: https://developer.android.com/training/basics/supporting-devices/languages