Fixing some issues with our use of GridLayout.

Change-Id: Id898258b31462f47d65f0ec674786b03a4ca326e
This commit is contained in:
Winson Chung
2011-07-12 14:29:11 -07:00
parent 95383fe41d
commit d52f3d84fc
3 changed files with 5 additions and 11 deletions

View File

@@ -35,7 +35,6 @@ public class PagedViewGridLayout extends GridLayout implements Page {
super(context, null, 0);
mCellCountX = cellCountX;
mCellCountY = cellCountY;
setColumnCount(mCellCountX);
}
int getCellCountX() {