柱子

Results 15 comments of 柱子

@AAChartModel 兄弟, 什么时候可以用啊. 有大致的计划吗?

For example, XMind uses different checkver urls to determine the download urls: 64bit: https://www.xmind.net/zen/download/win64/ => https://dl2.xmind.cn/XMind-for-Windows-64bit-11.1.2-202111071931.exe 32bit: https://www.xmind.net/zen/download/win32/ => https://dl2.xmind.cn/XMind-for-Windows-32bit-11.1.2-202111072106.exe

> 这个真没必要,可以用手机啊 不同意,那这个项目本身是不是也没必要啊。

停止开发了嘛?

Also need search result count.

See my fork, I fixed this problem. Just use `getWidth()` & `getHeight()` methods instead of `bounds`. 因为性能原因,不再回收创建的`mBitmap`。 [forked](https://github.com/wenmin92/ShadowLayout)

hi @shenyunmeng0519 , 这个阴影效果的实现原理很简单, 就是画2次, 第1次画的内容变成阴影, 后1次的覆盖在上面. 按钮的阴影效果也是可以实现的, 原理一样, 按钮设置背景即可(颜色或图片), 但是, 我觉得这个效率不好, 直接使用5.0的新API自带的阴影更合适.

just set background will fix this. 这个库的原理是:复制一遍绘制的内容,将内容的颜色成分去掉,保留alpha,然后使用模糊滤镜达到模拟阴影的效果。

+1. antv 最新版固定了版本,所以大家可以升级到最新版即可。 但是我用最新版会报其他错误,只能用旧版,旧版的话,这个问题不知道该如何解决。 补充:通过 overrides/resolutions 强制依赖的版本号即可解决