Toast自定义

Toast toast=new Toast(MainActivity.this);
                toast.setView(getLayoutInflater().inflate(R.layout.toast,null));
                toast.show();

 

posted @ 2016-06-01 18:15  zqxLonely  阅读(127)  评论(0编辑  收藏  举报