Android Toast简易消息提示框的使用(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:19 点击:次
// 定义一个Layout,这里是Layout
LinearLayout linearLayout = new LinearLayout(ToastDemoActivity.this);
linearLayout.setOrientation(LinearLayout.HORIZONTAL);
// 将ImageView和ToastView合并到Layout中
linearLayout.addView(imageView);
linearLayout.addView(toastView);
// 替换掉原有的ToastView
toast.setView(linearLayout);
toast.show();
}
});
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>