【发布时间】:2014-11-05 19:49:09
【问题描述】:
我有一个ListView,它显示了两个TextView,如下所示:
| Each row | has the |
| same width | as the row |
| before it | like this |
但我想做这样的事情:
| Each left column | uses |
| as much space | as it |
| needs | like this |
这可以只用 XML 完成吗?我试过modifying this solution,但没有正常工作。
【问题讨论】:
标签: android xml resize textview autoresize