Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaporate setText Color Not Working #120

Open
theoyuncu8 opened this issue Aug 11, 2022 · 3 comments
Open

Evaporate setText Color Not Working #120

theoyuncu8 opened this issue Aug 11, 2022 · 3 comments

Comments

@theoyuncu8
Copy link

Evaporate setTextColor method not working (programmatically)

@Chu-Dream
Copy link

Chu-Dream commented Aug 11, 2022 via email

@theoyuncu8
Copy link
Author

theoyuncu8 commented Aug 11, 2022

please add;

public abstract class HText implements IHText {

    public void setColor(int color) {
        mHTextView.setTextColor(color);
        prepareAnimate();
    }
}

@theoyuncu8
Copy link
Author

theoyuncu8 commented Aug 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants