程序包 io.agora.chat.uikit.adapter
-
接口概要 接口 说明 EaseBaseRecyclerViewAdapter.OnItemSubViewClickListener item sub view interface -
类概要 类 说明 EaseBaseAdapter<VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> EaseBaseChatExtendMenuAdapter<VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder,T> EaseBaseRecyclerViewAdapter<T> As a base class of RecyclerView Adapter, there is a default blank layout You can modify the default layout in the following two ways: 1、Create a new ease_layout_default_no_data.xml overlay in app Layout. 2、Inheriting EaseBaseRecyclerViewAdapter, rewrite getEmptyLayoutId () method, return to the layout of the custom.EaseBaseRecyclerViewAdapter.ViewHolder<T> ReactionGridAdapter ReactionUserListGridAdapter