I have tried to find a solution to this problem, but nothing i try seems to give the effect i want.
In my app, i have a SeekBar, that i want to change the colour of to match the current file being played (user can set different colours for different files). My problem is that i am not able to find a way of setting the progress and thumb colour of the seekbar at runtime, as i dont know what colours will be used until the app runs, so i cant create XML drawables for each colour.
If someone knows of a way of changing the colour of the progress and thumb of the SeekBar at runtime, I would much appreciate their help.
Thanks, Corey B