You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColorPickerReferenence does not have Sliders (what i need is BrightnessSlider) so can you add to this projekct initPosition methods? I see only in init() setCenter() call... But it would be needed setter with params to set initial position...
I need both of saving colors and brithnessSlider. Im looking forward for your reply.
The text was updated successfully, but these errors were encountered:
@tombed631@dtboy1995
Hi, sorry for late reply.
It's released v2.1.0
You can save & restore all of the ColorPickerView data like this :
colorPickerView.setPreferenceName("MainColorPickerView"); // sets the preference name. This restores the stored date.colorPickerView.setLifecycleOwner(this); // saves all of the ColorpickerView data when the lifecycleOwner's onDestroy method called automatically.
ColorPickerReferenence does not have Sliders (what i need is BrightnessSlider) so can you add to this projekct initPosition methods? I see only in init() setCenter() call... But it would be needed setter with params to set initial position...
I need both of saving colors and brithnessSlider. Im looking forward for your reply.
The text was updated successfully, but these errors were encountered: