skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.
https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html
Apache License 2.0
3.75k stars 291 forks source link

Lint shows error for dimen resource id #190

Closed dsuresh-ap closed 3 years ago

dsuresh-ap commented 3 years ago

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) image

Expected Behavior:

No lint error shows.

skydoves commented 3 years ago

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 !

dsuresh-ap commented 3 years ago

@skydoves Thanks!

skydoves commented 3 years ago

Released a new stable 1.3.5!

dsuresh-ap commented 3 years ago

@skydoves Thanks it worked!