支持 Android 应用程序中的本地化图标

发布于 2024-10-31 03:57:33 字数 49 浏览 1 评论 0原文

Android Market 是否支持应用程序的本地化图标?我在市场概况上找不到它。

Does Android Market support localized icons for applications? I could not find it on market profile.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黯然 2024-11-07 03:57:33

如果您的应用程序图标位于设备上的本地化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.

零度℉ 2024-11-07 03:57:33

您可以在 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:
enter image description here

In Android Studio:
enter image description here

for more info see: https://developer.android.com/training/basics/supporting-devices/languages

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文