AndroidClearChroma A customisable material color picker view for Android. supports RGB, ARGB, HSV, HSL, CMYK, CMYK255 color modes (with alpha preview) can indicate current color in either DECIMAL or HEXADECIMAL mode can be used as Dialog, Fragment or
dependencies {
// For AndroidX enabled projects.
implementation 'com.pranavpandey.android:dynamic-toasts:2.3.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-toasts:1.3.0'
}