kirvel
kirvel

Reputation: 671

Localized icon in android

I am trying to implement the following functionality: when the devices language is Polish, one icon is used, with any other language - another. I have mipmap folders created for different screen densities in my project: enter image description here

And the same folder but for Polish (mipmap-pl-hdpi, mipmap-pl-mdpi, etc). I generated the existing icons via android asset studio. However, when I try to generate files for Polish locale the same way, I can't choose their destination: enter image description here

How do I create the icons for a specific locale via android asset studio?

Upvotes: 0

Views: 37

Answers (0)

Related Questions