无法在Android中将TableRow添加到TableLayout

时间:2018-05-28 12:01:43

标签: android tablelayout tablerow

TableLayout mTableLayout;
 @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

mTableLayout = findViewById(R.id.table_layout);
mTableLayout = new TableLayout(this);

ImageView imageView = new ImageView(this);
imageView.setImageResource(R.drawable.black);
TableRow tableRow = new TableRow(this);
tableRow.addView(imageView);
mTableLayout.addView(tableRow);

我想将imageview添加到表格行,然后将此表格行添加到表格布局。 但是当这个运行时,屏幕什么也没发生。而且我不知道为什么。 我试图找到Logcat和断点,但没有错。

1 个答案:

答案 0 :(得分:0)

The HP XXXX XXXXX version should be the name of the item called "XXXXX Version" on the XXXXX project list.