Snackbar make (View view, CharSequence text, int duration)
Snackbar make (View view, int resId, int duration)
ParameterDescriptionviewView: The view to find a parent from.textCharSequence: The text to show. Can be formatted text.resIdint: The resource id of the string resource to use. Can ...