oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

Library to inherit from projects color file #56

Open Zapnologica opened 8 years ago

Zapnologica commented 8 years ago

I recently imported this library into my project, however the color of the range bar does not match the rest of my application?

I know i'm being picky now, but I really feel that by default the library should look at the accent and primary colors of the app, so it can be even more material design compatible.


    <color name="colorPrimaryDark">#01B169</color>
    <color name="colorPrimary">#78D64B</color>
    <color name="colorAccent">#2CD5C4</color>