In constrained Layout in onCreate I move the image by certain values (deltaX, deltay):
imageView.setX(deltax); imageView.setY(deltay);