Support for localized icons in Android applications
Asked Answered
P

2

7

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

Pastelki answered 7/4, 2011 at 13:52 Comment(0)
F
4

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.

Forwhy answered 7/4, 2011 at 14:4 Comment(0)
N
4

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

Nappe answered 6/10, 2018 at 12:39 Comment(1)
How to import icon file for different localizations?Biogeochemistry

© 2022 - 2024 — McMap. All rights reserved.