summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewGridLayout.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-12 14:29:11 -0700
committerWinson Chung <winsonc@google.com>2011-07-18 17:01:54 -0700
commitd52f3d84fc1df6b4c1ae1101eb937ae4eeb32e75 (patch)
treed1c982a28904c45cede2bb51fe44157a99e6ae96 /src/com/android/launcher2/PagedViewGridLayout.java
parent95383fe41dacc45c2aa97e7f47bafebb5b7655d8 (diff)
downloadandroid_packages_apps_Trebuchet-d52f3d84fc1df6b4c1ae1101eb937ae4eeb32e75.tar.gz
android_packages_apps_Trebuchet-d52f3d84fc1df6b4c1ae1101eb937ae4eeb32e75.tar.bz2
android_packages_apps_Trebuchet-d52f3d84fc1df6b4c1ae1101eb937ae4eeb32e75.zip
Fixing some issues with our use of GridLayout.
Change-Id: Id898258b31462f47d65f0ec674786b03a4ca326e
Diffstat (limited to 'src/com/android/launcher2/PagedViewGridLayout.java')
-rw-r--r--src/com/android/launcher2/PagedViewGridLayout.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/PagedViewGridLayout.java b/src/com/android/launcher2/PagedViewGridLayout.java
index a2ab7634c..4131d8b64 100644
--- a/src/com/android/launcher2/PagedViewGridLayout.java
+++ b/src/com/android/launcher2/PagedViewGridLayout.java
@@ -35,7 +35,6 @@ public class PagedViewGridLayout extends GridLayout implements Page {
super(context, null, 0);
mCellCountX = cellCountX;
mCellCountY = cellCountY;
- setColumnCount(mCellCountX);
}
int getCellCountX() {