onBindViewHolder
Binds the created View to the data for this preference.
This is a good place to grab references to custom Views in the layout and set properties on them.
Make sure to call through to the superclass's implementation.
Parameters
holder
The ViewHolder that provides references to the views to fill in. These views will be recycled, so you should not hold a reference to them after this method returns.