oli107 / material-range-bar

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

Cant import the RangeBar class #109

Closed felipecastilhos closed 6 years ago

felipecastilhos commented 7 years ago

Hi,

I did add the dependency in my gradle file:

compile 'com.appyvet:materialrangebar:1.3'

in my class when I try to use the RangeBar it says "Cannot Resolve symbol Rangebar" but I can use it in my XML and use the properties normally.

theBlbDan commented 7 years ago

Did you add import com.appyvet.rangebar.RangeBar; to your class file you are trying to use it in?

felipecastilhos commented 6 years ago

I do not remember how I solve it. But it was something way more complex than that. haha