QuadFlask / colorpicker

🍭color picker for android
1.22k stars 219 forks source link

This library not support a set color to floating Button #123

Open antinolabsdev opened 4 years ago

antinolabsdev commented 4 years ago

If it is supported please explain to me how?

Only-IceSoul commented 4 years ago

val color = Color.parse(selectedColor) floatingButton.setBackgroundTint(color)

info: https://material.io/develop/android/components/floating-action-button/