zoomage icon indicating copy to clipboard operation
zoomage copied to clipboard

Wrong value of view getWidth and getHeight

Open PrinceDholakiya opened this issue 6 years ago • 0 comments

I am using your library for zooming view. When I get width value and height value using getWidth and a getHeight method respectively. But, It gives me the wrong value.

I want width value and height value for making bitmap. After I append some value it is working well. Show below Ex.

For Example.

zoomage.getWidth() is wrong value. (int) (zoomage(zoomage.getWidth() * 1.010)) is right value.

zoomage.getHeight() is wrong value. (int) zoomage(zoomage.getHeight() * 1.010) is right value.

I also tried with Default ImageView and It gives the right value.

PrinceDholakiya avatar Feb 08 '19 10:02 PrinceDholakiya