Android 仿ios的tip提示语样式SVProgressHUD

来源:互联网 发布:骑马与砍杀捏脸数据女 编辑:程序博客网 时间:2024/06/05 05:33

项目地址:https://github.com/saiwu-bigkoo/Android-SVProgressHUD

使用gradle 依赖:

compile 'com.bigkoo:svprogresshud:1.0.6'

用法很简单:

new SVProgressHUD(LoginActivity.this).showErrorWithStatus("错误提示");
new SVProgressHUD(LoginActivity.this).showSuccessWithStatus("正确提示");

原创粉丝点击