-
public final class AdapterUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static ViewgetItemView(ViewGroup $self, @LayoutRes() Integer layoutResId)An extension function to getItemView. final static UnitasStaggeredGridFullSpan(RecyclerView.ViewHolder $self)If the hold view use StaggeredGridLayoutManager they should using all span area. -
-
Method Detail
-
getItemView
final static View getItemView(ViewGroup $self, @LayoutRes() Integer layoutResId)
An extension function to getItemView. 扩展方法,用于获取View
- Parameters:
layoutResId- Int
-
asStaggeredGridFullSpan
final static Unit asStaggeredGridFullSpan(RecyclerView.ViewHolder $self)
If the hold view use StaggeredGridLayoutManager they should using all span area. 如果 ViewHolder 使用 StaggeredGridLayoutManager 布局,则铺满一行。
-
-
-
-