This video shows how to create a custom Toast in Android Step 1 : Create Toast layout XML file Step 2: Define Toast properties Step 3: Use LayoutInflater object to inflate the xml layout to give you a View object use the setView method of the Toast class to set this view object as the appearance and call the show method in the Toast class