Could not able to change the width of the snackbar when migrated material design from 1.3.0 to 1.5.0.
Using below code :
val contentLayoutParams = snackBar.view.layoutParams as FrameLayout.LayoutParams
contentLayoutParams.width = getDimen(anchorView, R.dimen.snackBar_width)