set Header Right Button Icon
open fun setHeaderRightButtonIcon(@DrawableRes resId: Int, @Nullable tint: ColorStateList): BannedUserListFragment.Builder
Sets the icon on the right button of the header.
Return
This Builder object to allow for chaining of calls to set methods. since 2.1.0
Parameters
res Id
the resource identifier of the drawable.
tint
Color state list to use for tinting this resource, or null to clear the tint.