when i try to change the color of a seekbar via ...Tint, it tells me that this is only available from API 21 up.
My question is: Will devices under API 21 show the SeekBar in the color defined under "colorAccent" or is there some single standart color that is used in those cases? If yes, if i change the color by applying a alternative style which has my desired color as "colorAccent", will it work on devices under API 21?