textdrawable
textdrawable copied to clipboard
TextDrawable.getOpacity() Must be one of: PixelFormat.
In TextDrawable:
public int getOpacity() { return mTextPaint.getAlpha(); }
Does not pass Android Inspection : Must be one of: PixelFormat.UNKNOWN, PixelFormat.TRANSLUCENT, PixelFormat.TRANSPARENT, PixelFormat.OPAQUE.