SeekBarCompat
A support library for the material design SeekBar in Android for API 14 and above.
Example
The SeekBarCompat picks up the PrimaryColor by default, but you can set custom colors for SeekBar thumb and progress too, both in xml and programmatically.
Xml
Note: Add maxHeight attribute in xml - it fixes the thumb gravity issues on APIs < 21
In Xml you can also specify progressBackgroundColor - by default the progressBackgroundColor (progress-line color) is Black.
Programmatically
Download
Repository available on jCenter
If the dependency fails to resolve, add this to your project repositories