How to change the Snackbar text alignment to center ? bellow code is not working
Snackbar snack = Snackbar.make(findViewById(android.R.id.content), in
Another solution, using XML:
Theme.MaterialComponents
, and has to delcare its own styling for Snackbar
and its TextView
as follows:
Theme.MaterialComponents
adds a margin to the snackbar, and it changes its animation. If you want the AppCompat
style, do as follows:
TextView
: