标签: android android-tablelayout
我正在寻找动态tableLayout的pull刷新。我正在向tableLayout添加视图。
TableLayout tl =(TableLayout)findViewById(R.id.myTableLayout); LayoutInflater vi = LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
搜索时,我只了解视图,但如何进行表格布局?