worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

ToolTip CustomView can not full screen on width #118

Open sunnyYang07 opened 6 years ago

sunnyYang07 commented 6 years ago

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 commented 6 years ago

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