Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong value of view getWidth and getHeight #65

Open
PrinceDholakiya opened this issue Feb 8, 2019 · 0 comments
Open

Wrong value of view getWidth and getHeight #65

PrinceDholakiya opened this issue Feb 8, 2019 · 0 comments

Comments

@PrinceDholakiya
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant