Skip to content

Commit

Permalink
例子
Browse files Browse the repository at this point in the history
  • Loading branch information
saiwu-bigkoo committed Sep 2, 2015
1 parent 6c39768 commit e21d484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/java/com/bigkoo/svprogresshuddemo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public void show(View view){
}
public void showWithMaskType(View view){
SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.None);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.Black);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.BlackCancel);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.Clear);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.ClearCancel);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.Gradient);
// mSVProgressHUD.showWithMaskType(SVProgressHUD.SVProgressHUDMaskType.GradientCancel);
// SVProgressHUD.showWithMaskType(this,SVProgressHUD.SVProgressHUDMaskType.Black);
// SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.BlackCancel);
// SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.Clear);
// SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.ClearCancel);
// SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.Gradient);
// SVProgressHUD.showWithMaskType(this, SVProgressHUD.SVProgressHUDMaskType.GradientCancel);
}
public void showWithStatus(View view){
SVProgressHUD.showWithStatus(this, "加载中...");
Expand Down
File renamed without changes

0 comments on commit e21d484

Please sign in to comment.