How could I add a drawable image in multiple dimensions at once, already creating the high pixel density versions?
- hdpi
- xhdpi
- xxhdpi
- xxxhdpi
Would you have any way to expedite this task?
How could I add a drawable image in multiple dimensions at once, already creating the high pixel density versions?
Would you have any way to expedite this task?
There is a very valuable plugin that really helps to streamline this task. It's called Android Drawable Importer .
Basically it does the same thing as Add an icon using Vector Asset in Android Studio for example, already creating support versions for devices of large screens, eg: xxhdpi or 2k.
To install, search for Android Drawable Importer in the plugins section in Android Studio preferences.
Any question, follow this StackOverflow post: link
Once installed, to use just do the following: