SeekBarCompat icon indicating copy to clipboard operation
SeekBarCompat copied to clipboard

A simple material-based support library to bring consistent SeekBars on Android 14 and above

Results 4 SeekBarCompat issues
Sort by recently updated
recently updated
newest added

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

Hey, when I try to use this library, the ProgressBackgroundColor is drawn with an offset above the actual SeekBar. Code ``` ``` API 19 ![bildschirmfoto 2017-05-12 um 12 53 57](https://cloud.githubusercontent.com/assets/9155371/25995699/e2919cc0-3713-11e7-9438-3161f8cbcb58.png)

Hi, On setupProgressColor() getProgressDrawable() returns null and a NullPointerException is triggered, I'm using android 4.3 on a galaxy SIII stock firmware

Hi, in my case only one thing that works is thumbColor. Looks like progressBackgroundColor and progressColor have no affect at all. I tried it also on emulator and it worked,...