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.
我想在双击屏幕时放大我的布局。(包含按钮、图像等的布局)。我如何在 android 上实现这一点?
谢谢
我已经做到了。我是如何做到这一点的,我创建了一个自定义布局来保存我的图像和按钮,当我缩放时我重新布局自定义布局。在布局过程中,我重新调整图像大小并相应地定位按钮.
万一有人有更好的解决方案,请告诉我。
谢谢。