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 CustomView can not full screen on width #118

Open
sunnyYang07 opened this issue Nov 21, 2017 · 1 comment
Open

ToolTip CustomView can not full screen on width #118

sunnyYang07 opened this issue Nov 21, 2017 · 1 comment

Comments

@sunnyYang07
Copy link

Code:
`ViewGroup guideView = (ViewGroup) LayoutInflater.from(this.getContext()).inflate(R.layout.guide_layout, null, false);

ToolTip toolTip = new ToolTip()
.setEnterAnimation(animation)
.setCustomView(guideView);`

Problem:
guideView can not full screen

@cdecron
Copy link

cdecron commented Nov 26, 2017

Maybe it's the same problem as in this issue?

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