android XML TableLayout 问题:水平滚动条超出屏幕右侧
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了解决这个问题,我发现使用
(2是带有水平滚动条的列)可以解决这个问题。
To fix this, i found out using
(2 being the column with the horizontal scroller) fixes the issue.