Skip to content

Shaders are not working #111

@vidvivek

Description

@vidvivek

No Matter where you place shade the shaders is not working in this library.

Shader textShader=new LinearGradient(0, 0, 0, 20,
new int[]{Color.GREEN,Color.BLUE},
new float[]{0, 1}, Shader.TileMode.REPEAT);

    getPaint().setShader(textShader);

normal textview it is working.

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