You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great library. I am using your library in one of my project. However I want to change the visualizer's view little bit. Currently, the visualizer's bar fades away slowly. I don't want the visualizer to fade away. Instead of fading away I want it to go instantly. I want the bar to be either up or down (no fading animation).
I tried changing the alpha value.
mFadePaint.setColor(Color.argb(100, 255, 255, 255)); In this the bar fades away fast but the bars color is not the exact color i set.
mFadePaint.setColor(Color.argb(0, 255, 255, 255)); The bar is not visible at all
mFadePaint.setColor(Color.argb(255, 255, 255, 255)); The bar never fades away
Please help me out. I want the bar to have the red color and go away instantly.
The text was updated successfully, but these errors were encountered:
Hi, great library. I am using your library in one of my project. However I want to change the visualizer's view little bit. Currently, the visualizer's bar fades away slowly. I don't want the visualizer to fade away. Instead of fading away I want it to go instantly. I want the bar to be either up or down (no fading animation).
I tried changing the alpha value.
mFadePaint.setColor(Color.argb(100, 255, 255, 255)); In this the bar fades away fast but the bars color is not the exact color i set.
mFadePaint.setColor(Color.argb(0, 255, 255, 255)); The bar is not visible at all
mFadePaint.setColor(Color.argb(255, 255, 255, 255)); The bar never fades away
Please help me out. I want the bar to have the red color and go away instantly.
The text was updated successfully, but these errors were encountered: