I am trying to get the TextView
of the Snackbar
with this code snippet:
snackbarView.findViewById<TextView>(android.support.design.R.id.snackbar_text)
but Android Studio does not resolve the design library.
How can I get this code to work?
Migrate-to-Android-X
problems here – Ritualize