有一個很好用的Toast庫锹杈,實現(xiàn)的效果還挺全
效果:
使用方式
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")
文章很短院崇,路還漫長,大家好闲询,我是玖玖君久免,一個帥氣與才華并存的男人,我們下期再見扭弧。