On Android Support Library 24.1.1, the Snackbar was working fine:
Then starting on Android Support Library 24.2.0 onwards, the Snackbar started to behave like this:
On the library revision history, there is the following statement:
Behavior changes: Snackbar now draws behind the navigation bar if the status bar is translucent.
But the thing is that my app is full screen and it doesn't have the navigation bar or the status bar. How can I fix it?
Look this answer https://stackoverflow.com/a/42180120/2550743 and just replace
to