Merge "Tweaking grid spacing (5162387)"

This commit is contained in:
Winson Chung
2011-08-30 17:03:09 -07:00
committed by Android (Google) Code Review
21 changed files with 245 additions and 39 deletions
+2 -7
View File
@@ -265,13 +265,8 @@ public class Workspace extends SmoothPagedView
// With workspace, data is available straight from the get-go
setDataIsReady();
if (!LauncherApplication.isScreenLarge()) {
mCenterPagesVertically = false;
if (!LauncherApplication.isScreenLandscape(context)) {
mFadeInAdjacentScreens = false;
}
}
mFadeInAdjacentScreens =
getResources().getBoolean(R.bool.config_workspaceFadeAdjacentScreens);
mWallpaperManager = WallpaperManager.getInstance(context);
int cellCountX = DEFAULT_CELL_COUNT_X;