Skip to content

Simple Swipe Button. Inspired by ClayEditor Button

Notifications You must be signed in to change notification settings

CodeCLS/SomeUIDesigns

Repository files navigation

SomeUIDesigns

Simple Swipe Button. Inspired by ClayEditor Button

Alt Text

alt text

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  
 dependencies {
	implementation 'com.github.CodeCLS:SomeUIDesigns:1.0.0'
}