Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ ColorView Public archive

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

License

Notifications You must be signed in to change notification settings

Tianscar/ColorView

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages