I'm noticing that when changing my SeekBar's progressBackgroundTint attribute, it gets completely ignored and has no effect. It doesn't matter what color I set it to; it always shows as gray on my device. Is this a bug with Android, or am I doing something wrong? When I switch the preview in Android Studio to v22, it gets properly set. But not so on v21.
My seekbar:
<SeekBar
android:layout_width="300dp"
android:layout_height="wrap_content"
android:id="@+id/seekBar"
android:max="100"
android:progress="50"
android:progressBackgroundTint="#ff4babe8"/>
I also tried setting progressBackgroundTintMode to all the known values, but still no effect. Anyone know why?
Try this library. It works great simple https://github.com/ahmedrizwan/SeekBarCompat
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With