标签: android user-interface components
在Android上,我将.png图像作为资源添加到我的/ res /文件夹中。
问题:我想从填充屏幕的资源中显示图像,但允许用户捏合缩放它。我使用什么UI组件?一个ImageView? WebView?
答案 0 :(得分:1)
http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847
How can I get zoom functionality for images?
答案 1 :(得分:0)
将您的图像放在assets文件夹中,并将WebView指向它。在缩放到缩放功能方面,WebView将为您完成所有工作。