hongyangAndroid / baseAdapter

Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。
Apache License 2.0
4.73k stars 1.2k forks source link

装饰模式 insue #93

Open hgwxr opened 7 years ago

hgwxr commented 7 years ago

在 onAttachedToRecyclerView 里 执行setSpanSizeLookup 会使原有的adapter里 动态修改item spansize 没作用的。