View view=View.inflate(this,R.layout.toast,null); Toast toast=Toast.makeText(this); toast.setView(view); toast.show();