android:stretchColumns
我想我只是在这里没有找到很好的解释。那么谁能告诉我 android:stretchColumns
实际上是做什么的?我把它放在我的表中,并尝试了几种不同的值,但似乎无法弄清楚它在做什么。
抱歉问了这个愚蠢的问题!
I guess I just havent found a good explanation here. So can anyone please tell me what android:stretchColumns
actually does? I have it in my table and have tried several different values but cannot seem to figure out what it is doing.
Sorry for the dumb question!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这里,请记住,如果您的表格在父对象中非常适合(没有剩余空间可以拉伸),那么无论您输入什么值,您都不会看到任何变化。
Have a look here, keep in mind that if your table fits nicely ( no space left to stretch) in the parent object, you would not see any changes no matter what value you put in.