Android让你的Toast变得炫酷

一、代码:

app.gradle:

dependencies{
  compile 'com.sdsmdg.tastytoast:tastytoast:0.0.2'
}

java代码:

TastyToast.makeText(getApplicationContext(), "Download", TastyToast.LENGTH_LONG, TastyToast.SUCCESS);

二、实现效果:

                   

三、源码下载

https://github.com/wangjing0311/ToastGreat.git

 

 

 

 

 


posted @ 2016-09-18 16:07  静待花开*^_^*  阅读(1767)  评论(0编辑  收藏  举报