I know how to do this in Eclipse, but can't seem to find a setting like the one in Eclipse in Android studio.
I'm running Android Studio V0.8.14
I know how to do this in Eclipse, but can't seem to find a setting like the one in Eclipse in Android studio.
I'm running Android Studio V0.8.14
In Android Studio(version 1.0.2) go to Run->Edit Configurations...
, you may add -scale 0.x
(replace x
with the scale, example -scale 0.75
) like in the image above, adjust it so that it fits your needs. Apply and your set. this can be set for separate images.