RecyclerView version update and removeAllViews method addition for SwipePlaceHolderView
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();