有一个很好用的Toast库,实现的效果还挺全
效果:
Toast
使用方式
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.mengpeng920223:ToastUtils:v1.0.3'
}
初始化
ToastUtils.getInstance().initToast(context);
成功Toast
ToastUtils.onSuccessShowToast( "成功toast")
失败Toast
ToastUtils.onErrorShowToast( "失败toast")
默认Toast
ToastUtils.onDefaultShowToast( "默认toast")
默认没有icon Toast
ToastUtils.onDefaultWithoutIconShowToast( "默认没有 icon toast")
Warn Toast
ToastUtils.onWarnShowToast( "Warn toast")
Info Toast
ToastUtils.onInfoShowToast( "Info toast")
文章很短,路还漫长,大家好,我是玖玖君,一个帅气与才华并存的男人,我们下期再见。
网友评论