'Could not able to change the width of snackbar using material 1.5.0

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)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source