Lines Matching full:snackbar
32 import android.support.design.widget.Snackbar;
139 * If the permission has been denied previously, a SnackBar will prompt the user to grant the
153 Snackbar.make(mLayout, R.string.permission_camera_rationale,
154 Snackbar.LENGTH_INDEFINITE)
200 * If the permission has been denied previously, a SnackBar will prompt the user to grant the
216 // Display a SnackBar with an explanation and a button to trigger the request.
217 Snackbar.make(mLayout, R.string.permission_contacts_rationale,
218 Snackbar.LENGTH_INDEFINITE)
276 Snackbar.make(mLayout, R.string.permision_available_camera,
277 Snackbar.LENGTH_SHORT).show();
280 Snackbar.make(mLayout, R.string.permissions_not_granted,
281 Snackbar.LENGTH_SHORT).show();
293 Snackbar.make(mLayout, R.string.permision_available_contacts,
294 Snackbar.LENGTH_SHORT)
298 Snackbar.make(mLayout, R.string.permissions_not_granted,
299 Snackbar.LENGTH_SHORT)