here is a item which include image and text
now, i want to use adapter notifyItemChanged(position, payload) method to just refresh the text not the image ,
but in the code,just holder.binding.executePendingBindings() still will refresh the image
so how to refresh item special element in databinding ?