Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Material color picker view for Android in Kotlin.

License

NotificationsYou must be signed in to change notification settings

ItsPriyesh/chroma

Repository files navigation

DownloadAndroid Arsenal

A simple, lightweight color picker for Android written in Kotlin (interoperable with Java).

Download

Add the following dependency to your projectsbuild.gradle:

compile'me.priyesh:chroma:1.0.2'

Usage

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.

License

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

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp