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

Add annotations in setPenColorRes and setPenColor #161

Open
VincentJoshuaET opened this issue Oct 29, 2020 · 0 comments
Open

Add annotations in setPenColorRes and setPenColor #161

VincentJoshuaET opened this issue Oct 29, 2020 · 0 comments

Comments

@VincentJoshuaET
Copy link

public void setPenColorRes(int colorRes)
public void setPenColor(int color)

to

public void setPenColorRes(@ColorRes int colorRes)
public void setPenColor(@ColorInt int color)
Repository owner deleted a comment from warting Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants