-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Hey, I am trying to use this library however whenever I set the amplitude to anything, the wave animation no longer works. It becomes a straight line.
This is android 7.0 on an LG G5.
I am setting the amplitude as so
mWaveDrawable = new WaveDrawable(this, R.drawable.bar_filler);
mWaveDrawable.setIndeterminate(true);
mWaveDrawable.setWaveAmplitude(32);
binding.imageView3.setImageDrawable(mWaveDrawable);
Metadata
Metadata
Assignees
Labels
No labels