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
This commit is contained in:
Winson Chung
2011-10-11 17:53:58 -07:00
parent 3a02e82cff
commit 5fc72b3186
9 changed files with 110 additions and 88 deletions

View File

@@ -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