Tianscar / ColorView

A simple widget to display color. You can add corner, customize 2 of background colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorView

A simple widget to display color. You can add corner, customize 2 of background colors.

To get a Git project into your build (gradle):

  • Step 1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
allprojects {
        repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  • Step 2. Add the dependency:
dependencies {
	...
	implementation 'com.github.tianscar:colorview:1.0.0.0'
}

License

MIT © Tianscar

About

A simple widget to display color. You can add corner, customize 2 of background colors.

License:MIT License


Languages

Language:Java 100.0%