You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
If I'm processing images for a specific platform version for example, I want the resized versions to be placed in the appropriate folder.
At the moment, the command aaresize -d xxhdpi res/drawable-xxhdpi-v9/*.png creates resized versions in res/drawable-xhdpi instead of res/drawable-xhdpi-v9.
If I'm processing images for a specific platform version for example, I want the resized versions to be placed in the appropriate folder.
At the moment, the command
aaresize -d xxhdpi res/drawable-xxhdpi-v9/*.pngcreates resized versions inres/drawable-xhdpiinstead ofres/drawable-xhdpi-v9.