TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

ToolTip CustomView can not full screen on width

Open sunnyYang07 opened this issue 7 years ago • 1 comments

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

sunnyYang07 avatar Nov 21 '17 11:11 sunnyYang07

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

cdecron avatar Nov 26 '17 11:11 cdecron