textdrawable icon indicating copy to clipboard operation
textdrawable copied to clipboard

TextDrawable.getOpacity() Must be one of: PixelFormat.

Open taao84 opened this issue 8 years ago • 0 comments

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.

taao84 avatar Aug 06 '17 17:08 taao84