想要在android中自动设置行格式

发布于 2024-12-02 07:58:08 字数 110 浏览 0 评论 0原文

您好,我在我的应用程序中使用了滚动视图。在滚动视图中,我采用了表格布局和其中的几个表格行。现在我是隐形的,我的行之一是隐形的。但我的问题是,在它变得不可见之后,该行下面的行将不会上升。它在两行之间留下空白。

Hi i have used the scrollview in my application. In scrollview i have taken the tablelayout and in that several tablerows. Now i am invisible one of my row it is get invisible. But my problem is after its get invisible the row below the row won't come the step up. It leaves the blank space between two rows.

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

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

发布评论

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

评论(1

素衣风尘叹 2024-12-09 07:58:08

您应该使布局消失,而不是使其不可见。layout.setVisibility

(LinearLayout.GONE);

You should make the layout gone instead of making it invisible

layout.setVisibility(LinearLayout.GONE);

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