Skip to content
/ desk Public

Android view that allows moving elements around and to resize them

License

Notifications You must be signed in to change notification settings

kremi151/desk

Repository files navigation

desk

CI

Android view that allows moving elements around and to resize them

// TODO: Add some useful text here

How to use

Edit the build.gradle of your app module as follows:

repositories {
+    maven { url "https://jitpack.io" }
}

dependencies {
+    implementation 'com.github.kremi151:desk:main-SNAPSHOT'
}

About

Android view that allows moving elements around and to resize them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages