We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mBubbleView.setArrowDirection(BubbleStyle.ArrowDirection.None) 箭头依然显示,无效
设置长宽,并且设置位置,背景变透明 mBubbleView.setArrowHeight(0f); mBubbleView.setArrowWidth(0f); new RelativePos(RelativePos.ALIGN_LEFT, RelativePos.ABOVE)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mBubbleView.setArrowDirection(BubbleStyle.ArrowDirection.None)
箭头依然显示,无效
设置长宽,并且设置位置,背景变透明
mBubbleView.setArrowHeight(0f);
mBubbleView.setArrowWidth(0f);
new RelativePos(RelativePos.ALIGN_LEFT, RelativePos.ABOVE)
The text was updated successfully, but these errors were encountered: