Why Does Getscaley() Always Returns 1.0? [android]
I have an ImageView that contains an image. This image is getting scaled to fit within the screen because it's too large. I'm trying to find out how much the image has scaled using
Solution 1:
It was because I called getScaleX()
before it was drawn.
Mystery solved.
Post a Comment for "Why Does Getscaley() Always Returns 1.0? [android]"