ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

🎨 A color picker for Android. Pick a color using color wheel and slider (HSV & alpha).

Results 14 ColorPicker issues
Sort by recently updated
recently updated
newest added

my current implementation is ``` class EditSubPanelDrawView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : LinearLayout(context, attrs) { @IntRange(from = 0x0, to = 0xFF) private var alphaValue : Int =...

It would be nice to have feature to customize the views

enhancement

这是我的build.gradle文件 ``` plugins { id 'com.android.application' } android { compileSdk 32 defaultConfig { applicationId "com.light.ss" minSdk 24 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release {...

![shared image](https://github.com/duanhong169/ColorPicker/assets/119491245/036f60b6-f913-4e75-8b7a-d05c91a2e6d2) Please find the above image for reference.