I have a problem, because where I need to use the snackbar I do not have the view, so I'm using the native view of android that is this: findViewById(android.R.id.content), however it is appearing on under the statusbar , Is it possible to show it below the statusbar with android.R.id.content?
I have a problem, because where I need to use the snackbar I do not have the view, so I'm using the native view of android that is this: findViewById(android.R.id.content), however it is appearing on under the statusbar , Is it possible to show it below the statusbar with android.R.id.content?