AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 401 forks source link

dsb_indicatorSeparation no longer present? #94

Open hasMobi opened 8 years ago

hasMobi commented 8 years ago

I can't seem to override the dsb_indicatorSeparation attribute inside the custom style.

Was it removed recently? I see it in the README, but not in the XML.

To be exact, this is the error that I am getting:

Error:(2368, 21) No resource found that matches the given name: attr 'dsb_indicatorSeparation'.

compileSdkVersion 24 buildToolsVersion "23.0.2" minSdkVersion 16 targetSdkVersion 24

Running on a Emulator with API 23.

Usage looks like this: image

All other attributes are working fine. If I remove this specific one, the app is running. Tried with 0dp instead of 0 also.