AndreiD / TSnackBar

Android Snackbar from the Top (similar to Crouton)
Apache License 2.0
1.13k stars 204 forks source link

Show TSnackBar bellow statusBar #45

Open wyllyamjesus-hotmart opened 7 years ago

wyllyamjesus-hotmart commented 7 years ago

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?

asafkin commented 6 years ago

I second this request.

kvaruna commented 6 years ago

Just wrap the content which is below your toolbar and use that by findViewById(R.id.coordinatorLayout). You are good to go.