android imageview滚动以显示完整的高质量图像 [英] android imageview scrolling to display full high quality image

查看:33
本文介绍了android imageview滚动以显示完整的高质量图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

i am working on displaying an image and placing an icon on top of it... clicking the icon will show an enlarged version of the image...

though putting the imageview holding the image in a LinearLayout scales the image to the width of the dialog, the problem is that i need to display the image in a dialog but the image is very high resolution and hence is far bigger than the width of the dialog...

I need to show the actual image with scrolling for both ways to see the whole image... But whenever i try putting the imageView in a scrollview the top of my imageview is blank... and again though image scrolls downwards the width is scaled to the width of the dialog...

Helppppppppp guys....

解决方案

Thanx for your help androidbase... I found the solution... Actually we can say its a workaround but better than any other solution i can think of...

Actually what i do is that i implement webview and directly load the image url in it using webview.loadurl(myurl);

and further i enabled the zoom featured too hence i get an allround complete zooming capabilities...

Thanx all 4 ur help

这篇关于android imageview滚动以显示完整的高质量图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆