Searched refs:stretchedColumns (Results 1 – 1 of 1) sorted by relevance
107 String stretchedColumns = a.getString(R.styleable.TableLayout_stretchColumns); in TableLayout() local108 if (stretchedColumns != null) { in TableLayout()109 if (stretchedColumns.charAt(0) == '*') { in TableLayout()112 mStretchableColumns = parseColumns(stretchedColumns); in TableLayout()