summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayout.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-10-11 17:53:58 -0700
committerWinson Chung <winsonc@google.com>2011-10-11 18:20:33 -0700
commit5fc72b31863639e70b3d944a3b650f42e46932a6 (patch)
tree75e8e206dc0673dc4c8253075a811d5f45ee9f42 /src/com/android/launcher2/PagedViewCellLayout.java
parent3a02e82cfff354ba5e4444114b1ae2a1d5ac2862 (diff)
downloadandroid_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.tar.gz
android_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.tar.bz2
android_packages_apps_Trebuchet-5fc72b31863639e70b3d944a3b650f42e46932a6.zip
Fixing some issues with AppsCustomize
- Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
Diffstat (limited to 'src/com/android/launcher2/PagedViewCellLayout.java')
-rw-r--r--src/com/android/launcher2/PagedViewCellLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/PagedViewCellLayout.java b/src/com/android/launcher2/PagedViewCellLayout.java
index 5e87b46d2..2ef7e296a 100644
--- a/src/com/android/launcher2/PagedViewCellLayout.java
+++ b/src/com/android/launcher2/PagedViewCellLayout.java
@@ -367,7 +367,7 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
}
/**
- * Estimates the width that the number of vSpan cells will take up.
+ * Estimates the width that the number of hSpan cells will take up.
*/
public int estimateCellWidth(int hSpan) {
// TODO: we need to take widthGap into effect