video_2023-07-16_03-03-54.mp4
This will help you to drag Android views
distributionUrl=https://services.gradle.org/distributions/gradle-7.4-bin.zip
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.pixAndroid:dragx:1.2'
DragX.enableLeftTopDrag(context, your_relative_layout, R.drawable.ic_touch_left, drawable_size);