Yalantis / Horizon

Horizon - Simple visual equaliser for Android
https://play.google.com/store/apps/details?id=com.yalantis.horizon
2.22k stars 310 forks source link

Added to build.gradle still cannot find Horizon class #11

Closed NehaDhanwani closed 8 years ago

NehaDhanwani commented 8 years ago

I added the library by adding compile 'com.yalantis:eqwaves:1.0' but cannot import Horizon and hence unable to use library

Cool04ek commented 8 years ago

Hi. Please, specify what error do you get? If no error, than what does your build.gradle file look like?

Cool04ek commented 8 years ago

@NehaDhanwani I have pushed fix and uploaded new lib to maven. Please, try compile 'com.yalantis:eqwaves:1.0.1' instead

NehaDhanwani commented 8 years ago

@Cool04ek : Thanks, able to add and use now. Is it possible to customize colors? Can I display it on light background?

Cool04ek commented 8 years ago

Background colour is one of the parameters you have to pass when create Horizon instance. As for the waves colour, for now they are hardcoded in the VerticesDataGenerator. You can change it by yourself. Later, we will provide update with customisation.

NehaDhanwani commented 8 years ago

Thanks! It works :)