set Visible
Sets the visibility of the view to VISIBLE (true) or GONE (false).
Return
BaseViewHolder for chaining calls.
Parameters
view Id
The ID of the view.
visible
Set to true to make the view visible, false to hide it.
Sets the visibility of the view to VISIBLE (true) or GONE (false).
BaseViewHolder for chaining calls.
The ID of the view.
Set to true to make the view visible, false to hide it.