Tagged Questions
0
votes
2answers
92 views
How to fit image in full screen in ImageViewTouch
I am using [ImageViewTouch][1] library to zoom a image instead of imageview.
<it.sephiroth.android.library.imagezoom.ImageViewTouch
android:id="@+id/imageweb"
...
3
votes
2answers
167 views
Android: ImageView height bounds due to some layout property
I am implementing multi-touch zoom to ImageView which got well but when I zoom it out, some part of image hides like goes behind of some view or due to some height restriction.
Layout code
...
12
votes
2answers
476 views
Android - How to circular zoom/magnify part of image?
I am trying to allow the user to touch the image and then basically a cirular magnifier will show that will allow the user to better select a certain area on the image. When the user releases the ...
0
votes
0answers
112 views
imageView Over A Surface View
i Created a Custom Image View Class For Zoom In-Out. Now i want to know that how can i put this image view over a SurfaceView. And I also want to know If it is possible then SurfaceView will also get ...
0
votes
1answer
743 views
Android pinch zoom, ZoomOut and ZoomIn, in limit
I have already searched alot around here but haven't found a solution yet. So the thing is , I have a image 3000*3000 px, I set it to scale type matrix. Now I have only the left corner showing of the ...
0
votes
2answers
452 views
Android specific imageview zoom
I have an activity with two imageviews one on another(merged in xml). one is an image and the other is a transparent frame. so i wanted to zoom the image alone and not frame. How do i do that?
0
votes
2answers
667 views
ImageView SetImageResource & Resizing Problem
My Problem is I have One ImageView and I am Set one Image as a setBackgroundResource of Imageview then The Rotation, Zoom In, Zoom Out is not Performed on Touch Event of Image.
Following is My Touch ...
0
votes
1answer
842 views
Android: How to: implement image drag and zoom extending ImageView using multi touch capability of 2.1 up
I have this kind of behavior when I drag or zoom the image.
If you have noticed, the image seems left the previous state during dragging.
Any inputs are appreciated.