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

Tooltip not showing up on screen #23

Open
larrytech7 opened this issue Jan 16, 2017 · 2 comments
Open

Tooltip not showing up on screen #23

larrytech7 opened this issue Jan 16, 2017 · 2 comments

Comments

@larrytech7
Copy link

I'm trying to open up a tooltip with focus on a textview found in the activity layout that is included from another layout. Code:

 Tooltip tooltip = new Tooltip.Builder(findViewById(R.id.messageText))
                .setText(R.string.message_hint)
                .show();

No error is logged but the tooltip doesn't just show up or does not appear.

@ViHtarb
Copy link
Owner

ViHtarb commented Jan 17, 2017

@larrytech7 it's very strange, in sample app Tooltips showing normally, can you provide more info?

@larrytech7
Copy link
Author

larrytech7 commented Jan 17, 2017 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