Aaron Guo

Results 2 comments of Aaron Guo

I figured it out: you should setImageDrawable() first For example: ``` image1.setImageDrawable(mWaveDrawable); mWaveDrawable.setLevel(35); ```

And the Level Max naximum is 10000