See source https://github.com/suchoX/DraggableView
Version androidx.constraintlayout:constraintlayout:2.0.0-rc1
Views with attr gone
(for ex. button next_image_view
) are going from the bottom. It is correct. See screen shot
But if update to Version androidx.constraintlayout:constraintlayout:2.1.0
:
The view is going from top-left
How to fix it?