TourGuide
TourGuide copied to clipboard
ToolTip CustomView can not full screen on width
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
Maybe it's the same problem as in this issue?