Snackbar.make(findViewById(android.R.id.content), message, Snackbar.LENGTH_SHORT).show()
Snackbar.make(fragmentView, text, Snackbar.LENGTH_LONG).setAction("Action", null /* replace with your action or leave null to just display text*/).show();
dependencies {
implementation 'com.android.support:design:27.1.1'
}