Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

It doesn't work in case of DialogFragment #17

Closed
KalpeshDesai opened this issue Aug 24, 2017 · 1 comment
Closed

It doesn't work in case of DialogFragment #17

KalpeshDesai opened this issue Aug 24, 2017 · 1 comment

Comments

@KalpeshDesai
Copy link

If i use ViewTooltip from a dialog fragment then it doesn't work and shows behind the dialog.

I used following code to show tooltip.
ViewTooltip.on(button)
.position(ViewTooltip.Position.BOTTOM)
.color(Color.GRAY)
.corner(30)
.textSize(TypedValue.COMPLEX_UNIT_DIP, 18)
.text(tooltip)
.clickToHide(true)
.autoHide(true, 3000)
.animation(new ViewTooltip.FadeTooltipAnimation(500))
.show();

Am i missing something to show it on top of the dialog?

Thanks,
Kalpesh

@florent37
Copy link
Owner

the the 1.1.1, and une .on(/FRAGMENT/ this, button)

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

No branches or pull requests

2 participants