Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Dec 16, 2017
1 parent f6fb42b commit e32bc89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public class MainActivity extends AppCompatActivity {
CircularProgressBar progressBar = findViewById(R.id.progress_bar);
progressBar.setProgress(30f);
//Progress bar can be fully configured from code
progressBar.configure().animateProgress(true).maximum(40).progress(30).apply();
}
}
```
Expand Down

0 comments on commit e32bc89

Please sign in to comment.