Chat function with drag and drop function
LayoutInflater layoutInflater = (LayoutInflater) this
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View mDeleteZone = layoutInflater.inflate(R.layout.delete_zone, null);
mDeleteZone.setOnDragListener(this);
source
share