We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please complete the following information:
Describe the Bug:
Lint complains that instead of passing the resource id directly we should be calling resources.getDimension().
resources.getDimension()
setMaxWidthResource(R.dimen.tutorial_tooltip_width)
Expected Behavior:
No lint error shows.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this issue :) This issue is fixed in the snapshot 1.3.5-SNAPSHOT and will be included in the next stable release. Thanks !
1.3.5-SNAPSHOT
Sorry, something went wrong.
@skydoves Thanks!
Released a new stable 1.3.5!
1.3.5
@skydoves Thanks it worked!
skydoves
No branches or pull requests
Please complete the following information:
Describe the Bug:
Lint complains that instead of passing the resource id directly we should be calling
resources.getDimension()
.setMaxWidthResource(R.dimen.tutorial_tooltip_width)
Expected Behavior:
No lint error shows.
The text was updated successfully, but these errors were encountered: