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
Here is my code
ImageView image1 = findViewById(R.id.image1); //my battery image
Drawable mWaveDrawable = new WaveDrawable(image1.getDrawable());
mWaveDrawable.setLevel(35);
image1.setImageDrawable(mWaveDrawable);
The water level of my image is 0
.I can not get a fixed 35 level.
The text was updated successfully, but these errors were encountered:
.I can not get a fixed 35 level.
The text was updated successfully, but these errors were encountered: