Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我想为我的视图添加缩放功能。就像在我正在展示的活动中一样LinearLayout。但是到目前为止,我所知道的视图只能放大,WebView而不能放大正常视图。毕竟我想要的是放大/缩小功能,类似于WebView我的正常视图。
LinearLayout
WebView
提前致谢。
构建一个自定义布局扩展线性布局或任何其他。覆盖其 onDraw 函数并手动提供缩放功能。SO上有很多用于缩放的示例。您可以关注他们。这可能会有所帮助:
安卓捏缩放
如何在 android 中的 Gallery 上应用捏缩放?