如何在 Android 中设置表格布局样式
谁能告诉我如何在 android 中的 TableLayout 中添加边框,如下所示?
Can anyone tell me how to add a boarder to a TableLayout in android, like the one below?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
表格布局不显示使用边框使用
垂直线的视图控件给出宽度
table layout don't display the use border use view control
for vertical line give width
TableLayout 容器不显示其行、列或单元格的边框线。您无法向 TableLayout Javadoc。
TableLayout containers do not display border lines for their rows, columns, or cells. You cannot add border to table layout cells which is mentioned in the TableLayout Javadoc.