oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library to inherit from projects color file

Zapnologica opened this issue · comments

commented

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>