Prevent flicker when starting a drag.
Also, animate item the view to its new position when dragging.
This commit is contained in:
@@ -1241,7 +1241,6 @@ public class CellLayout extends ViewGroup implements Dimmable {
|
||||
void onDragChild(View child) {
|
||||
LayoutParams lp = (LayoutParams) child.getLayoutParams();
|
||||
lp.isDragging = true;
|
||||
child.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user