1
How could I add an image (drawable) in several dimensions at once, already creating high pixel density versions?
- hdpi
- xhdpi
- xxhdpi
- xxxhdpi
Would have some way to expedite this task?
1
How could I add an image (drawable) in several dimensions at once, already creating high pixel density versions?
Would have some way to expedite this task?
2
There is a very valuable plugin that really helps speed up this task. It is 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 large screen devices, for example: xxhdpi or 2k.
To do the installation, search for Android Drawable Importer in the plugins section, in Android Studio preferences.
Any questions, follow this post from Stackoverflow: /a/277662/94862
Once installed, to use just do the following:
Browser other questions tagged android-studio
You are not signed in. Login or sign up in order to post.
For those who upgraded Android Studio to version 3.6.1 may have caused some conflict. I suggest downloading and installing the plugin: https://github.com/Vincent-Loi/android-drawable-importer-intellij-plugin
– Carlos Alexandre