-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
TextView自动换行了 #30
Comments
BubbleLayout bl = new BubbleLayout(mActivity);
|
看看你的布局怎么写的呢 |
你试试给TextView加上singleLine试试 |
箭头的朝向是一个 |
测试过 会出现部分文字显示不出来 |
我用的是maxline = 1 |
有啊 |
没有状态常量吧 只是可以设置箭头位置 |
这个是朝向哦 |
哦哦,箭头具体的位置这个功能没有。你可以考虑setOffsetX和setOffsetY调整 |
你先临时给textView设置一个合适的宽度吧!框架里面是通过 |
你也可以看看 |
想起来了,因该是padding的问题,设置 |
setBubblePadding 0是可以 但也太丑了 |
看看呢 |
默认状态下 箭头处于正中间
似乎由于箭头到右侧的距离不够 但箭头设置在最中间
所以为了保证他在中间 计算了左侧距离等于右侧距离 相加等于总距离
但是这个总距离不够我显示所有文字 于是TextView换行了
这个设计不是不行 但是不是能够更加智能化呢?
对于气泡提示来说 箭头是否是在正中间无所谓 只要位置出现的是指定的地方就可以了
再屏幕的距离能够满足的情况下 是否能够箭头自适应呢?
The text was updated successfully, but these errors were encountered: