项目地址: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("正确提示");