在 TableLayout 上设置列颜色
我可以在表格布局上设置行颜色。我需要的是将一列设置为特定颜色。我的表格单元格充满了文本视图,我尝试在文本视图上设置背景,但是我的文本视图有填充,并且填充似乎是透明的,并且没有拾取文本视图背景颜色。
因此,如果可以设置最佳解决方案的列颜色,则另一种方法是使文本视图填充的颜色与文本视图本身的颜色相同。
该解决方案需要在 2.1 操作系统版本上可行。
谢谢, 凯文
I can set a row color on a tablelayout. What I need is to set a column to a specific color. My table cells are filled with textviews, I've tried setting the background on the textviews, but my textviews have padding and the padding seems to be transparent and not pickup the textview background color.
So, if its possible to set a column color that would be the best solution, an alternative would be to get the text view padding to be the same color as the textview itself.
The solution will need to be workable on the 2.1 OS version.
Thanks,
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对您想要着色的列中的视图进行着色即可达到效果。
Coloring the Views in the column you want colored achieves the effect.