I'm using DragShadowBuilder for drag and drop but the moment I start the drag the view gets shaded with some alpha
I tried to set
View.DragShadowBuilder shadowBuilder = new View.DragShadowBuilder(view);
shadowBuilder.getView().setAlpha(0);
but this sets the image not the shadowbuilder alpha. Ho can I remove the alpha?