-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use of ZoomView #1
Comments
From [email protected] on January 29, 2013 13:43:38 01-29 22:33:22.082: E/android.view.InflateException(1449): Caused by: java.lang.ClassNotFoundException: android.view.ZoomView in loader dalvik.system.PathClassLoader[/system/framework/com.google.android.maps.jar:/data/app/com.montpellier.zoo-2.apk] |
From [email protected] on March 05, 2013 05:20:09 you must specifiy correct class path and proper layout params (zoom view is extension of framelayout) you would also rather use fill_parent instead of wrap_content for zoomed image. so try doing somethin like this: <pl.polidea.view.ZoomView |
From [email protected] on May 07, 2013 04:24:00 i am using zoomview.jar file everthing is fine but when i touch edges of layout it is automatically zooms in and zoom out how to fix this issue. |
From [email protected] on May 18, 2013 15:13:10 Hey, I added the jar to the buildpath. I created the following xml: <pl.polidea.view.ZoomView xmlns:android=" http://schemas.android.com/apk/res/android "
</pl.polidea.view.ZoomView> and added the following code to my activity: View v = ((LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE))
what am I doing wrong? Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class pl.polidea.view.ZoomView Thank you! |
From [email protected] on May 29, 2013 03:13:46 inflating ZoomView from XML is not supported at the moment. |
From [email protected] on January 29, 2013 22:40:51
My question is quite simple, how to ue ZoomView ?
I have put the jar in my buildpath, but after ?
When I tried this into myview.xml:
It crashes.
Original issue: http://code.google.com/p/android-zoom-view/issues/detail?id=1
The text was updated successfully, but these errors were encountered: