Skip to content

Tag: material-components-android

Deprecation of Drawable.getOpacity()

I am getting a deprecation warning for Drawable.getOpacity(). This class (MaterialProgressDrawable) extends Drawable and implements Animatable. Since getOpacity() is abstract in the parent class (@Deprecated public abstract @PixelFormat.Opacity int getOpacity();) I can’t remove this method altogether ei…