Top "Android-snackbar" questions

Snackbars provide lightweight feedback about an operation.

Can we perform 2 different actions in Snack bar at a time in android?

I am creating an android application in which i want to use Snack Bar, In a that snack bar i …

android android-snackbar snackbar
Show Android SnackBar above keyboard?

Is it possible to show the Android Snackbar above the keyboard (as in Y coordinate, not layering)? The Snackbar currently …

android android-snackbar
Add margins to Snackbar view

I'm updating my current app to use snackbars, in the Google spec they show various ways of using them http://…

android android-layout android-snackbar snackbar
Style SnackBar in theme app

I need help. How can I change the design of the text in snackbar in styles app? The change in …

android styles material-components material-components-android android-snackbar
Can't resolve android.support.design. after migration to AndroidX

I am trying to get the TextView of the Snackbar with this code snippet: snackbarView.findViewById<TextView>(android.…

android textview android-support-library androidx android-snackbar
Snackbar package in AndroidX

When migrating a project or switching between branches which are and aren't migrated, Android Studio cannot build projects because it …

android android-snackbar androidx
How to fix the Snackbar height and position?

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 …

android android-support-library android-design-library android-snackbar
How do I correctly implement a Snackbar, Coordinator Layout and a bottom|right FAB?

I'm currently using the Design Support Library. I've tried implementing the Snackbar with my CoordinatorLayout wraping the entire layout. When …

android android-coordinatorlayout floating-action-button android-snackbar
Show a SnackBar on the top (below of the toolbar)

I'm trying to show a SnackBar on top below of the ToolBar in my MainActivity, I've tried this code : mToolbar = (…

android material-design android-snackbar
How to move a view above Snackbar just like FloatingButton

I got a linear layout that I want to move up when a Snackbar appears. I saw many examples how …

android android-snackbar