Skip to content

RecyclerView version update and removeAllViews method addition for SwipePlaceHolderView

Compare
Choose a tag to compare
@janishar janishar released this 14 Dec 20:13

RecyclerView is updated to 25.+

com.android.support:recyclerview-v7:25.+

SwipePlaceHolderView can now remove all its child views to reset its empty state using:

mSwipePlaceHolderView.removeAllViews();