Enabling reordering

-> Reordering is enabled and persists
-> Fixed persistence issue when adding items to empty screen

Change-Id: I7c797b2c81a2988c95d8d9383be46d6ef0b7532d
This commit is contained in:
Adam Cohen
2013-07-11 14:21:49 -07:00
parent ce376639c8
commit dedbd962dc
4 changed files with 64 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
// We are disabling touch interaction of the widget region for factory ROM.
private static final boolean DISABLE_TOUCH_INTERACTION = false;
private static final boolean DISABLE_TOUCH_SIDE_PAGES = false;
private static final boolean DISABLE_FLING_TO_DELETE = false;
private static final boolean DISABLE_FLING_TO_DELETE = true;
static final int AUTOMATIC_PAGE_SPACING = -1;