Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed May 1, 2018
1 parent 0817797 commit 96a4cda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ public class MainActivity extends AppCompatActivity {
setContentView(R.layout.activity_main);
CircularProgressBar progressBar = findViewById(R.id.progress_bar);
progressBar.setProgress(30f);
//Progress bar can be fully configured from code
}
}
```

Progress bar can be fully configured from code

### Preview
![Preview screenshot](https://raw.githubusercontent.com/yuriy-budiyev/circular-progress-bar/master/images/circular_progress_bar_preview.png)

0 comments on commit 96a4cda

Please sign in to comment.