flipkart

Saturday, May 4, 2013

CUSTOMIZED TOAST MESSAGE

Toast toast=new Toast(this);
ImageView view =new ImageView(this);
view.setImageResources(R.drawable.icon);
toast.setview(view);
toast.show();

copy following icon in drawable folder with name warn.jpg format[project/res/drawable]


Now it will show following screen but it not showing animations.