在 LinearLayout 中调整 SurfaceView 的大小

发布于 2024-12-14 05:21:31 字数 141 浏览 5 评论 0原文

我在 LinearLayout 中遇到了多个 SurfaceViews 的小问题。如何调整(缩小)其中一个视图的大小,以便它不会在其旁边创建黑色空间,这意味着相邻视图将移动到调整大小的视图旁边。有什么想法吗? 谢谢!

I have a small problem with multiple SurfaceViews in a LinearLayout. How can I resize(shrink) one of the views so that it doesn't create a black space next to it, meaning the neighbour view is being moved next to the resized view. Any ideas?
Thanks!

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

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

发布评论

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

评论(1

风为裳 2024-12-21 05:21:31

为此,您最好使用 RelativeLayout

使用 LinearLayout,一切都是线性绘制

这意味着您只能垂直或水平绘制内容,并且必须在该布局内声明一个新的布局才能更改它。

尝试阅读有关RelativeLayout的内容,如果您需要其他帮助,请返回此处。如果您不明白,我一定会回复您:)

希望这有帮助!

For this purpose, you might be better off using a RelativeLayout.

With a LinearLayout, everything is linearly drawn.

This means that you can only draw things vertically or horizontally, and you have to declare a new Layout inside of that layout in order to change that.

Try reading about RelativeLayout, and post back here if you need additional help. I'll make sure to get back to you if you don't understand :)

Hope this helps!

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