Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizer UI Change #8

Open
niteshkhatri opened this issue May 27, 2015 · 1 comment
Open

Visualizer UI Change #8

niteshkhatri opened this issue May 27, 2015 · 1 comment

Comments

@niteshkhatri
Copy link

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.

@mehulTank
Copy link

i am also looking for change animation while recording like sign wave animation can i change animation ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants