android-设置TableRow的高度
作者:互联网
我有两种类型的TableRow内容.一个有两条线,另一条.我希望每个人的身高都一样.我正在尝试这样的事情:
tr.setLayoutParams(new TableRow.LayoutParams(TableRow.LayoutParams.WRAP_CONTENT,80));
还有其他想法吗?而且,如何在dp中转换“ 80”?
解决方法:
此帖解决了我的问题Android and setting width and height programmatically in dp units
标签:tablerow,android 来源: https://codeday.me/bug/20191102/1991900.html