From 96a4cda02ad096775947aad6bc23fa66c3c06cfe Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Tue, 1 May 2018 15:21:52 +0300 Subject: [PATCH] Dev --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ab024..40191fe 100644 --- a/README.md +++ b/README.md @@ -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)