Package io.rong.imkit.widget.adapter
Class WrapperUtils
-
- All Implemented Interfaces:
public class WrapperUtils
Created by zhy on 16/6/28.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
WrapperUtils.SpanSizeCallback
-
Constructor Summary
Constructors Constructor Description WrapperUtils()
-
Method Summary
Modifier and Type Method Description static void
onAttachedToRecyclerView(Adapter innerAdapter, RecyclerView recyclerView, WrapperUtils.SpanSizeCallback callback)
static void
setFullSpan(ViewHolder holder)
-
-
Method Detail
-
onAttachedToRecyclerView
static void onAttachedToRecyclerView(Adapter innerAdapter, RecyclerView recyclerView, WrapperUtils.SpanSizeCallback callback)
-
setFullSpan
static void setFullSpan(ViewHolder holder)
-
-
-
-