-
Notifications
You must be signed in to change notification settings - Fork 175
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
RTextView设置icon_with_text图标不居中,点击后居中 #73
Comments
另外,希望可以支持设置icon单边padding值,而不是像原生的 |
@scsfwgy 可以看看你的布局场景吗?我这边模拟了 线性布局,均分三个的情况也是无法复现,可以的话加我QQ(632835821)想知道具体的布局情况,看看是不是需要特殊或者复杂的情况下才能触发 |
|
这边测试都是正常的,你把代码缩略,然后看看外面的层级如何?或者你看看能不能尝试定位一下可能是什么问题引起的。我在一个简单页面 上构造你的业务场景是无法复现问题的~ |
好,我再看看 RTextViewHelper#setIcon(Drawable drawableLeft, Drawable drawableRight, Drawable drawableTop, Drawable drawableBottom) line 815
我是在fragment中使用的 |
触发场景:默认设置view不可见,页面展示之后通过其他逻辑 设置 RTextView 可见 |
代码: `
` |
v1.1.18/v0.0.9 版本已修复 |
Originally posted by @scsfwgy in #46 (comment)
The text was updated successfully, but these errors were encountered: