jupitar

Results 6 comments of jupitar
trafficstars

table.post(() -> { int tableHeight = table.getTableData().getTableInfo().getTableRect().bottom; LinearLayout.LayoutParams params = (LinearLayout.LayoutParams) table.getLayoutParams(); params.height = tableHeight + 60; table.setLayoutParams(params); }); 可以试试这个,但是最好加一下延迟。亲测有效

上面代码@com.bin.david.form.annotation.SmartTable;无法通过