I have a custom textview in a cardview at the bottom of the screen and using snackbar to display error messages on logging in. Now when the snackbar shows, the sign up textv
A even more simple way
just add this line :
app:layout_dodgeInsetEdges="bottom"
to your layout.
here is an example :