loopeer / shadow

Deprecated because of the performance not fine. Android custom shadow view, can replace your CardView
1.37k stars 141 forks source link

ShadowView和RecyclerView会出现的问题 #41

Open negier opened 10 months ago

negier commented 10 months ago
  1. 滑动卡顿
  2. RecyclerView有一些较长的内容的Item会不显示

解决方法:

setLayerType(LAYER_TYPE_HARDWARE, null);

仓库作者自己改下吧,关于第2个问题不显示我也不知道为什么,因为按理说软件绘制应该支持所有的效果,但是确实这里有问题。