Reputation: 671
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:
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:
How do I create the icons for a specific locale via android asset studio?
Upvotes: 0
Views: 37