waveformSeekBar icon indicating copy to clipboard operation
waveformSeekBar copied to clipboard

setWaveProgressColor not working

Open saqibsoftwares opened this issue 5 months ago • 1 comments

Trying to set progress color programmatically in onBindViewHolder of RecyclerView but its not updating the progress color.

viewHolderVoiceMessage.binding.sbProgress.setWaveProgressColor(R.color.red);

OR

viewHolderVoiceMessage.binding.sbProgress.setWaveProgressColor(ContextCompat.getColor(context, R.color.red));

Both are uneffected.

saqibsoftwares avatar Sep 14 '24 11:09 saqibsoftwares