I tried using version 1.4.3, but not resolving it. More recent version I can compile against is 1.4.2, that gives me this error. Switching back to 1.2.2, everything is fine. I make plain usage in XML:
<com.rtugeek.android.colorseekbar.ColorSeekBar
android:id="@+id/colorSliderStop"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/stopLabel"
app:colorSeeds="@array/t16_color_slider"
/>