how to delete table row in table layout in android. private void cleanTable(TableLayout table) { int childCount = table.getChildCount(); // Remove all rows ...
確定! 回上一頁