android-styles

    7熱度

    3回答

    使用Android SDK,似乎沒有任何方式在表格行上設置樣式。我想做相當於: <TableRow style='@style/TableRow_classic' > 在代碼中。我想這樣的事: TableRow row = new TableRow(this); row.setStyle(R.style.TableRow_classic); 有誰知道如何找到這個?