Is it possible to show the Android Snackbar above the keyboard (as in Y coordinate, not layering)? The Snackbar currently gets hidden if the keyboard is shown, which is an undesirable behavior.
Set
android:windowSoftInputMode="adjustResize"
in the AndroidManifest.xml
for the activity containing your snackbar