-
Notifications
You must be signed in to change notification settings - Fork 225
XToast吐司使用
王兴春 edited this page Mar 21, 2017
·
2 revisions
实现简单漂亮的吐司,这个工具集成修改于GrenderG/Toasty,你也可以用原作者的。
XToast.error("错误的吐司!");
XToast.success("成功的吐司!");
XToast.warning("警告的吐司!");
XToast.info("信息提示的吐司!");
XToast.normal("默认的吐司!");
//自定义默认状态的图标
XToast.normal("success!!", XOutdatedUtils.getDrawable(R.mipmap.currerror));
//自定义吐司的图标、颜色、显示时间
XToast.custom("自定义!!!",R.mipmap.error2, Color.RED,Color.WHITE, Toast.LENGTH_SHORT);
从小的功能做起,只做必要的封装,让开发更加简单 ———— XFrame