- Notifications
You must be signed in to change notification settings - Fork20
Material color picker view for Android in Kotlin.
License
NotificationsYou must be signed in to change notification settings
ItsPriyesh/chroma
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple, lightweight color picker for Android written in Kotlin (interoperable with Java).
Add the following dependency to your projectsbuild.gradle
:
compile'me.priyesh:chroma:1.0.2'
To display a color pickerDialogFragment
:
newChromaDialog.Builder() .initialColor(Color.GREEN) .colorMode(ColorMode.RGB)// There's also ARGB and HSV .onColorSelected(color ->/* do your stuff */) .create() .show(getSupportFragmentManager(),"ChromaDialog");
Check out thesample project for more details.
Copyright 2016 Priyesh PatelLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
About
Material color picker view for Android in Kotlin.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published