Snackbar with CoordinatorLayout disable dismiss
问题 I am using the support FloatingActionButton Snackbar CoordinatorLayout I need the CoordinatorLayout so that if SnackBar is shown the FloatingActionButton moves up to make room for the Snackbar. For better understanding check this video. I am using SnackBar for double-back to exit the application, but the SnackBar can be dismissed. Is there a way to disable the dismiss on the SnackBar? Snackbar snackbar = Snackbar.make(view, R.string.press_back_again_to_exit, Snackbar.LENGTH_SHORT); snackbar