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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: