Skip to content

Cannot change the colors of the dismiss text & the content text when using MaterialShowcaseSequence #191

@SuwanTongphu

Description

@SuwanTongphu

Here is the code I used. I try assigning different colors to the dismiss text and the content text but the colors are always white.

        ShowcaseConfig config = new ShowcaseConfig();
        config.setDelay(250);
        config.setDismissTextColor(Color.parseColor("#009688"));
        config.setContentTextColor(Color.BLUE);
        MaterialShowcaseSequence sequence = new MaterialShowcaseSequence(this);

        sequence.setConfig(config);
        sequence.addSequenceItem(normalPlay,
                "Sequence #1", "OK");
        sequence.addSequenceItem(slowPlay,
                "Sequence #2", "OK");
        sequence.start();

33111

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