am a1648449: Fixing tiny regression in PagedView spacing

* commit 'a1648449901178da191564a0dd9ecbdf9f971e69':
  Fixing tiny regression in PagedView spacing
This commit is contained in:
Adam Cohen
2013-11-07 09:00:58 -08:00
committed by Android Git Automerger

View File

@@ -450,7 +450,7 @@ class DeviceProfile {
// In portrait, we want the pages spaced such that there is no
// overhang of the previous / next page into the current page viewport.
// We assume symmetrical padding in portrait mode.
return getWorkspacePadding().left;
return 2 * getWorkspacePadding().left;
}
}