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
if i set alpha slider visibility through XML then it works as intended. But when i set it when colorPicker view is shown then it does not work. i am setting on a button click but it is not doing anything.
Scenario:
in XML make app:cpv_alphaChannelVisible="false" and in code on button click colorPickerView.setAlphaSliderVisible(true);
The text was updated successfully, but these errors were encountered:
if i set alpha slider visibility through XML then it works as intended. But when i set it when colorPicker view is shown then it does not work. i am setting on a button click but it is not doing anything.
Scenario:
in XML make
app:cpv_alphaChannelVisible="false"
and in code on button clickcolorPickerView.setAlphaSliderVisible(true);
The text was updated successfully, but these errors were encountered: