TopTime1

Results 37 comments of TopTime1

private void showNextOrRemove() { if (this.current < this.guidePages.size() - 1) { ++this.current; this.showGuidePage(); } else { if (this.onGuideChangedListener != null) { this.onGuideChangedListener.onRemoved(this); } this.removeListenerFragment(); } } 首先这个需要写成public,方便外部调用,或者 /** * 添加引导层布局...

![image](https://github.com/xujiaji/HappyBubble/assets/7701170/7111dfe3-c339-4ec1-9ec4-c6b6073624b8) 设置了

就是设置不设置没效果,如果view在中间,箭头就是居中的,如果在左边,箭头的位置在view的1/2处

就是我把tv宽高写80dp,我设置 bl.setLookPosition(Util.dpToPx(this, 10));没效果,箭头还是居中