IndicatorSeekBar
IndicatorSeekBar copied to clipboard
progress color changes when seekbar was desabled
i want to show seekbar to user but i dont want him change to trick and because of that i disable seekbar but the progress color changes i also set custom progress color but it not change anything
@mohsenzamani22 can you post some code and layout for this issue?thanks
hii @mohsenzamani22 you nothing have to do just use below method to disable seekbar. seekBar.setUserSeekAble(false) hope this will help you.