如何在应用程序的 UI 上启用捏合和拉伸功能

发布于 2024-11-09 02:43:37 字数 114 浏览 0 评论 0原文

我有一个带有文本视图的表格布局。由于每行中的文本都足够小以适合屏幕,我希望我的用户能够捏合和拉伸屏幕,以便他们可以放大。但是,目前该功能默认情况下不起作用。那么我怎样才能启用捏合和拉伸屏幕呢?

谢谢

I've a table layout with a textview in it. As the texts within every row are small enough to fit into the screen, I want my users to be able to pinch and stretch the screen so that they can zoom in. But, currently that feature is not working by default. How can i enable pinching and stretching the screen, then?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许你一世情深 2024-11-16 02:43:37

您可以自己实施。首先阅读这个多部分教程: http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747(第 6 部分专门介绍捏合和缩放)以及其他帖子开发者博客:http://android-developers.blogspot .com/2010/06/making-sense-of-multitouch.html

还有一个看起来很有前途的库(尽管我没有尝试过):http://code.google.com/p/android-pinch/

You can implement it yourself. Start by reading this multipart tutorial: http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747 (part 6 is devoted to pinch and zoom) and this other post in the devs blog: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html

There's also a library that looks promising (although I did not try it): http://code.google.com/p/android-pinch/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文