Skip to content

Commit

Permalink
[+] Doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Mar 8, 2019
1 parent 6efc9d7 commit 3f64006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable <br/>
### Preview of Radial Progress Bar

![](https://github.com/MindorksOpenSource/RadialProgressBar/blob/master/images/slow.gif)
![](https://images-na.ssl-images-amazon.com/images/I/51-9qSEeCeL._SY550_.jpg)


[![Mindorks](https://img.shields.io/badge/mindorks-opensource-blue.svg)](https://mindorks.com/open-source-projects)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/mindorks/app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
progress.setProgressValues(90, 90, 90)
progress.setProgressValues(70, 90, 90)
val outerColor = ArrayList<Int>()
outerColor.add(Color.parseColor("#fbab00"))
outerColor.add(Color.parseColor("#f5004b"))
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


<com.mindorks.RadialProgressBar
android:layout_width="400dp"
android:layout_height="400dp"
android:layout_width="300dp"
android:layout_height="300dp"
android:id="@+id/progress"
app:innerMaxProgress="100"
app:outerMaxProgress="100"
Expand Down

0 comments on commit 3f64006

Please sign in to comment.