将 LayoutParams 重置为 XML 中定义的内容

发布于 2024-11-08 21:27:04 字数 122 浏览 0 评论 0原文

我找不到执行此操作的方法,但是有没有办法重置项目上的 LayoutParams ?

在设备旋转时,我更改布局参数。当我返回纵向时,我想将它们更改回 XML 值。我是否只需定义与 XML 中的内容相匹配的新布局参数?

I can't find a method that does this, but is there a way to reset the LayoutParams on an item?

On rotation of the device, I change the layout params. When I turn back to portrait, I want to change them back to the XML values. Do I just have to define new layout params that match what is in the XML?

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

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

发布评论

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

评论(1

往日情怀 2024-11-15 21:27:04

在进行旋转之前,保存项目的初始参数,
旋转之后,当你想将它们改回来时,你可以使用你从一开始就保存的布局参数,

希望这就是你想要的:)

before you doing the Rotation , save the initialParams of your item ,
and after the rotation , when u want to change them back , u use the layoutParams that u 've saved from beginning

hope that's what you want :)

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