码迷,mamicode.com
首页 > 其他好文 > 详细

TableLayout 中不显示动态添加的tableRow

时间:2014-07-13 13:23:04      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:代码   new   ar   c   table   text   

 

下面的代码不显示:

TableRow lay = new TableRow(layIndex.getContext());
lay.setLayoutParams(lpRow);
//layIndex.addView(lay, new TableLayout.LayoutParams(TableLayout.LayoutParams.WRAP_CONTENT, TableLayout.LayoutParams.WRAP_CONTENT));

 

下面的代码显示:

TableRow lay = new TableRow(layIndex.getContext());
//lay.setLayoutParams(lpRow);
layIndex.addView(lay, new TableLayout.LayoutParams(TableLayout.LayoutParams.WRAP_CONTENT, TableLayout.LayoutParams.WRAP_CONTENT));

TableLayout 中不显示动态添加的tableRow,布布扣,bubuko.com

TableLayout 中不显示动态添加的tableRow

标签:代码   new   ar   c   table   text   

原文地址:http://www.cnblogs.com/zmc/p/3840763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!