/DragX

Primary LanguageJava

DragX

video_2023-07-16_03-03-54.mp4

This will help you to drag Android views

Project Requirements

distributionUrl=https://services.gradle.org/distributions/gradle-7.4-bin.zip

Implementation

Step 1. Add the JitPack repository to your build.gradle file

    allprojects {
        repositories {
            maven { url 'https://jitpack.io' }
        }
    }

Step 2. Add the dependency

	implementation 'com.github.pixAndroid:dragx:1.2'

Examples

Just one single line call

   DragX.enableLeftTopDrag(context, your_relative_layout, R.drawable.ic_touch_left, drawable_size);

Badges

MIT License