Show Android SnackBar above keyboard?

fobbymaster picture fobbymaster · Oct 15, 2015 · Viewed 18.6k times · Source

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.

Answer

giorgos.nl picture giorgos.nl · Nov 19, 2015

Set

android:windowSoftInputMode="adjustResize"

in the AndroidManifest.xml for the activity containing your snackbar