<How to make Snackbar with custom layout in Kotlin...
# stackoverflow
u
How to make Snackbar with custom layout in Kotlin without external libraries? I'm trying to create a custom Snackbar using my own custom layout but all examples I see, people use external libraries. Is it possible to do it without using any library?