Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeYongRui committed Mar 26, 2017
1 parent 1264aaf commit 58c954a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Button viewById = (Button) findViewById(R.id.btn);
loadingDialog = new LoadingDialog(this, true, 0.5f, LoadingDialog.CUBEGRID, Color.parseColor("#ff5588"));
loadingDialog = new LoadingDialog(this);
loadingDialog.setColor(Color.BLACK);
loadingDialog.setType(LoadingDialog.FOLDINGCUBE);
viewById.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Expand Down

0 comments on commit 58c954a

Please sign in to comment.