android XML TableLayout 问题:水平滚动条超出屏幕右侧

发布于 2024-09-08 07:04:11 字数 289 浏览 10 评论 0原文

我有一个 TableLayout,其中有一个 tableRow 和第二列中的水平滚动视图,但右侧总是被切断。如果我只有 1 个 tableRow,它就可以工作,否则它会超出屏幕的可见区域。为了简单地隔离问题,这里有一个包含罪魁祸首的 xml 文件。这看起来很基本,但我在尝试让它发挥作用时感到非常沮丧。

。由于某种原因,Stackoverflow 无法正确显示我的代码,这是一个 Pastebin。 链接文本

I have a TableLayout with a tableRow and a horizontal scroll view in the 2nd column, but the right side always gets cut off. IF i have only 1 tableRow, it works, otherwise it goes past the visible area of the screen. To simply and isolate the problem heres an xml file with the guilty culprits. It seems basic but i have been super frustrated trying to get this to work.

. for some reason Stackoverflow isnt displaying my code correctly, heres a pastebin.
link text

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

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

发布评论

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

评论(1

月寒剑心 2024-09-15 07:04:11

为了解决这个问题,我发现使用

android:shrinkColumns="2"

(2是带有水平滚动条的列)可以解决这个问题。

To fix this, i found out using

android:shrinkColumns="2"

(2 being the column with the horizontal scroller) fixes the issue.

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