RavenLiao
RavenLiao
您好, 关于setText的逻辑, 我觉得可以完善一下, 使用起来更舒服. ```java @Override public void setText(CharSequence text, BufferType type) { if (TextUtils.isEmpty(text) && curStatus != STATUS.IDE) { setCompoundDrawablePadding(0); } if (enableShrink && isSizeChanging) { return; } super.setText(text,...
I have a similar problem. After delete the certificate that still using for proxy from the SSL Certificates page, the proxy sites show http only. but when I change the...
之前我也遇到了这个问题, 参考这个吧: https://github.com/kookxiang/jellyfin-plugin-bangumi/issues/94#issuecomment-1890357946
> Hi! I happened to have the same issue (just on one bottom sheet and just in release builds, not in debug ones). Do I have to both remove the...
me too, but solve by use [v0.1.0](https://jitpack.io/#nintha/webp-imageio-core/v0.1.0) 而且提过类似的问题了:https://github.com/nintha/webp-imageio-core/issues/2
> 图片大小相关的问题请查看文档:https://github.com/panpf/sketch/blob/main/docs/wiki/resize_zh.md 我加载时没有用resize参数, 两边都是默认加载的 尝试添加 resizeApplyToDrawable() 和 resizePrecision(FixedPrecisionDecider(Precision.SAME_ASPECT_RATIO)) 都没有改善
> 图片大小相关的问题请查看文档:https://github.com/panpf/sketch/blob/main/docs/wiki/resize_zh.md 可以排查一下这个问题吗? 因为这个影响还挺大的, 尝试了没有作用。 调用没有使用其他参数,只使用url参数进行加载
> 加大 resizeSize 确实resizeSize设置成UI尺寸的两倍之后,清晰了很多,但这样有点太麻烦了吧,总不能所有加载的地方都使用这个,很多情况下都是不确定尺寸的。 有更好的解决方案吗? 因为Coil不需要手动设置也可以加载出相对清晰的图片
> 在现有逻辑下只有 resizeSize 特别小的时候可能才会有这种情况,针对这种情况你可以加一个全局的 RequestInterceptor,resizeSize 特别的时候你主动给他加大一些 尝试了一下, 暂时解决了。 但还是希望可以改善一下逻辑,毕竟这样的策略太治标不治本了。辛苦大佬了
> ``` > A problem was found with the configuration of task ':app:assembleAnalyzeDebugSo' (type 'AnalyzeSoTask'). > - Type 'com.mainli.plugin.AnalyzeSoTask' property 'reportJSONDir' has @Input annotation used on property of type 'DirectoryProperty'....