标签:
Toast toast=new Toast(MainActivity.this); toast.setView(getLayoutInflater().inflate(R.layout.toast,null)); toast.show();
Toast自定义
原文地址:http://www.cnblogs.com/zqxLonely/p/5550612.html