Skip to content

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

@taao84

Description

@taao84

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions