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.
No comments:
Post a Comment