jaredrummler / ColorPicker

A highly customizable color picker for Android
Apache License 2.0
791 stars 170 forks source link

setAlphaSliderVisible() not working properly #87

Open mianaliasjad opened 4 years ago

mianaliasjad commented 4 years ago

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);