Search code examples
androidandroid-studiokotlintoastsnackbar

Android - How to make a pop up message notification like this?


enter image description hereThe pop up message is the Green one. I tried to use snackbar but many says Snackbar cant make custom layout and Toast doesnt have an action. So what should I use to make that green pop up message?


Solution

  • You can create a custom layout for Snackbar. Check-out the solution

    https://stackoverflow.com/a/33441214/8122085