commit | ec40b2b90c649be3b513af2ba174db56b54b64f6 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Tue Jul 23 15:52:40 2013 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Tue Jul 23 17:47:54 2013 -0700 |
tree | a301036354cd36d37d09016a5d5a92c11c52fdae | |
parent | bffe745b1e195deedc1dcc60f37950b3b0b4c652 [diff] [blame] |
Giving custom content full screen Change-Id: Icd104fff8a1a315b795a60b812048a6218bf0e5a
diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index ac41a2b..86bc1b0 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java
@@ -3231,6 +3231,11 @@ public boolean isLockedToGrid = true; /** + * Indicates that this item should use the full extents of its parent. + */ + public boolean isFullscreen = false; + + /** * Indicates whether this item can be reordered. Always true except in the case of the * the AllApps button. */